Sort and dedupe .gitignore files (#24491)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-02-07 19:17:17 -07:00 committed by GitHub
parent be26acccca
commit 146b9c232c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 25 deletions

47
.gitignore vendored
View file

@ -1,36 +1,35 @@
/.direnv **/*.db
.envrc
.idea
**/target
**/cargo-target **/cargo-target
/zed.xcworkspace **/target
.DS_Store
/plugins/bin
/script/node_modules
/crates/theme/schemas/theme.json
/crates/collab/seed.json
/crates/zed/resources/flatpak/flatpak-cargo-sources.json
/dev.zed.Zed*.json
/assets/*licenses.*
**/venv **/venv
.build
*.wasm *.wasm
Packages
*.xcodeproj *.xcodeproj
xcuserdata/ .DS_Store
DerivedData/ .blob_store
.build
.envrc
.flatpak-builder
.idea
.netrc
.pytest_cache
.swiftpm
.swiftpm/config/registries.json .swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
.swiftpm
**/*.db
.pytest_cache
.venv .venv
.blob_store
.vscode .vscode
.wrangler .wrangler
.flatpak-builder /.direnv
.envrc /assets/*licenses.*
/crates/collab/seed.json
/crates/theme/schemas/theme.json
/crates/zed/resources/flatpak/flatpak-cargo-sources.json
/dev.zed.Zed*.json
/plugins/bin
/script/node_modules
/zed.xcworkspace
DerivedData/
Packages
xcuserdata/
# Don't commit any secrets to the repo. # Don't commit any secrets to the repo.
.env.secret.toml .env.secret.toml

View file

@ -1,3 +1,3 @@
target
*.wasm *.wasm
grammars grammars
target