aboutsummaryrefslogtreecommitdiff
path: root/.zed/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.zed/settings.json')
-rw-r--r--.zed/settings.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.zed/settings.json b/.zed/settings.json
new file mode 100644
index 0000000..ccab732
--- /dev/null
+++ b/.zed/settings.json
@@ -0,0 +1,17 @@
1{
2 "file_scan_exclusions": [
3 "**/.git",
4 "**/.svn",
5 "**/.hg",
6 "**/.jj",
7 "**/.sl",
8 "**/.repo",
9 "**/CVS",
10 "**/.DS_Store",
11 "**/Thumbs.db",
12 "**/.classpath",
13 "**/.settings",
14 "**/.venv",
15 "**/__pycache__",
16 ],
17}