Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
exclude files/folders
  • Loading branch information
0xeb committed Jan 23, 2024
1 parent 0f340e9 commit fb93ab9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.exclude": {
"**/.github": true,
"**/__pycache__": true,
"**/.idea": true,
"**/.DS_Store": true,
}
}

0 comments on commit fb93ab9

Please sign in to comment.