github-gitignore/Global/Zed.gitignore
2026-03-17 15:33:15 -07:00

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