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