.gitignore

 1**/*.db
 2**/cargo-target
 3**/target
 4**/venv
 5*.wasm
 6*.xcodeproj
 7.DS_Store
 8.blob_store
 9.build
10.envrc
11.flatpak-builder
12.idea
13.netrc
14.pytest_cache
15.swiftpm
16.swiftpm/config/registries.json
17.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
18.venv
19.vscode
20.wrangler
21/assets/*licenses.*
22/crates/collab/seed.json
23/crates/theme/schemas/theme.json
24/crates/zed/resources/flatpak/flatpak-cargo-sources.json
25/dev.zed.Zed*.json
26/plugins/bin
27/script/node_modules
28/snap
29/zed.xcworkspace
30DerivedData/
31Packages
32xcuserdata/
33
34# Don't commit any secrets to the repo.
35.env.secret.toml