Skip to content

Commit 146b9c2

Browse files
authored
Sort and dedupe .gitignore files (zed-industries#24491)
Release Notes: - N/A
1 parent be26acc commit 146b9c2

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

.gitignore

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
1-
/.direnv
2-
.envrc
3-
.idea
4-
**/target
1+
**/*.db
52
**/cargo-target
6-
/zed.xcworkspace
7-
.DS_Store
8-
/plugins/bin
9-
/script/node_modules
10-
/crates/theme/schemas/theme.json
11-
/crates/collab/seed.json
12-
/crates/zed/resources/flatpak/flatpak-cargo-sources.json
13-
/dev.zed.Zed*.json
14-
/assets/*licenses.*
3+
**/target
154
**/venv
16-
.build
175
*.wasm
18-
Packages
196
*.xcodeproj
20-
xcuserdata/
21-
DerivedData/
22-
.swiftpm/config/registries.json
23-
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
7+
.DS_Store
8+
.blob_store
9+
.build
10+
.envrc
11+
.flatpak-builder
12+
.idea
2413
.netrc
25-
.swiftpm
26-
**/*.db
2714
.pytest_cache
15+
.swiftpm
16+
.swiftpm/config/registries.json
17+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
2818
.venv
29-
.blob_store
3019
.vscode
3120
.wrangler
32-
.flatpak-builder
33-
.envrc
21+
/.direnv
22+
/assets/*licenses.*
23+
/crates/collab/seed.json
24+
/crates/theme/schemas/theme.json
25+
/crates/zed/resources/flatpak/flatpak-cargo-sources.json
26+
/dev.zed.Zed*.json
27+
/plugins/bin
28+
/script/node_modules
29+
/zed.xcworkspace
30+
DerivedData/
31+
Packages
32+
xcuserdata/
3433

3534
# Don't commit any secrets to the repo.
3635
.env.secret.toml

extensions/emmet/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
target
21
*.wasm
32
grammars
3+
target

0 commit comments

Comments
 (0)