summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-16 17:23:23 -0700
committerFuwn <[email protected]>2024-05-16 17:23:23 -0700
commitb44710c5370129d59a2d2e12c70bac9269f7ecd5 (patch)
treed2907b6f529598e7a0f468b8f93e0d7267e34c44 /.vscode
downloadcst_136_assignment_07-b44710c5370129d59a2d2e12c70bac9269f7ecd5.tar.xz
cst_136_assignment_07-b44710c5370129d59a2d2e12c70bac9269f7ecd5.zip
f
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..fc334da
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,11 @@
+{
+ "files.exclude": {
+ "**/.git": true,
+ "**/.svn": true,
+ "**/.hg": true,
+ "**/CVS": true,
+ "**/.DS_Store": true,
+ "**/Thumbs.db": true
+ },
+ "hide-files.files": []
+}