We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f5497c + e81fea5 commit aef8819Copy full SHA for aef8819
Global/Zed.gitignore
@@ -0,0 +1,10 @@
1
+# Zed
2
+# https://zed.dev/docs/configuring-zed#settings-files
3
+#
4
+# Zed stores project settings in a .zed/ directory, similar to .vscode/.
5
+# By default, ignore the directory but allow commonly shared config files.
6
+
7
+.zed/*
8
+!.zed/settings.json
9
+!.zed/tasks.json
10
+!.zed/debug.json
0 commit comments