Skip to content

Commit aef8819

Browse files
authored
Merge pull request #4815 from mvanhorn/osc/zed-gitignore
Add Zed editor to Global gitignore templates
2 parents 8f5497c + e81fea5 commit aef8819

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Global/Zed.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)