aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..91d5379
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,13 @@
+{
+ // Configure glob patterns for excluding files and folders.
+ "files.exclude": {
+ ".vscode": true,
+ "**/_book": true,
+ "**/.git": true
+ },
+
+ // Search
+ // Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting.
+ "search.exclude": {
+ }
+}