mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
3f1c091b87
Release Notes: - N/A --------- Co-authored-by: Marshall <marshall@zed.dev>
35 lines
566 B
Plaintext
35 lines
566 B
Plaintext
/.direnv
|
|
.idea
|
|
**/target
|
|
**/cargo-target
|
|
/zed.xcworkspace
|
|
.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.md
|
|
**/venv
|
|
.build
|
|
*.wasm
|
|
Packages
|
|
*.xcodeproj
|
|
xcuserdata/
|
|
DerivedData/
|
|
.swiftpm/config/registries.json
|
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
.netrc
|
|
.swiftpm
|
|
**/*.db
|
|
.pytest_cache
|
|
.venv
|
|
.blob_store
|
|
.vscode
|
|
.wrangler
|
|
.flatpak-builder
|
|
|
|
# Don't commit any secrets to the repo.
|
|
.env.secret.toml
|