zed/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
566 B
Text
Raw Normal View History

/.direnv
.idea
**/target
2023-09-05 21:27:09 +00:00
**/cargo-target
/zed.xcworkspace
.DS_Store
/plugins/bin
/script/node_modules
2023-06-21 14:12:01 +00:00
/crates/theme/schemas/theme.json
/crates/collab/seed.json
2024-05-28 01:01:20 +00:00
/crates/zed/resources/flatpak/flatpak-cargo-sources.json
/dev.zed.Zed*.json
/assets/*licenses.md
**/venv
.build
*.wasm
Packages
*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
.swiftpm
2022-11-21 21:43:43 +00:00
**/*.db
2024-01-24 19:40:55 +00:00
.pytest_cache
.venv
.blob_store
.vscode
.wrangler
2024-05-28 01:01:20 +00:00
.flatpak-builder
# Don't commit any secrets to the repo.
.env.secret.toml