aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json8
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