commit adba65b0e299d604546d8c335bd2c179eb7a1751
parent c9a3195ebadb5252c999bff2af30cb846e441d17
Author: FIGBERT <figbertwelner@gmail.com>
Date: Tue, 23 Jul 2019 11:43:58 -0700
Adding settings.json to .gitignore so that local customization is possible
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,4 +1,5 @@
#Ignoring the .vscode folder and all its contents, which contains personal settings
.vscode
#Ignoring the __pycache__ folder and all its contents, because it is compiled code
-Scripts/__pycache__
-\ No newline at end of file
+Scripts/__pycache__
+Scripts/settings.json
+\ No newline at end of file