mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Merge pull request #4815 from mvanhorn/osc/zed-gitignore
Add Zed editor to Global gitignore templates
This commit is contained in:
commit
aef8819a8f
10
Global/Zed.gitignore
Normal file
10
Global/Zed.gitignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Zed
|
||||||
|
# https://zed.dev/docs/configuring-zed#settings-files
|
||||||
|
#
|
||||||
|
# Zed stores project settings in a .zed/ directory, similar to .vscode/.
|
||||||
|
# By default, ignore the directory but allow commonly shared config files.
|
||||||
|
|
||||||
|
.zed/*
|
||||||
|
!.zed/settings.json
|
||||||
|
!.zed/tasks.json
|
||||||
|
!.zed/debug.json
|
||||||
Loading…
Reference in New Issue
Block a user