diff options
Diffstat (limited to '')
-rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 615aafb..fa89486 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "python.pythonPath": "/usr/bin/python3" + "python.pythonPath": "/usr/bin/python3", + "files.exclude": { + "**/.classpath": true, + "**/.project": true, + "**/.settings": true, + "**/.factorypath": true + } }
\ No newline at end of file |