mirror of
https://github.com/github/gitignore.git
synced 2026-04-14 03:01:42 +08:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
# 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
|