mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
48c6eb9ac7
Co-authored-by: Joseph T. Lyons <JosephTLyons@gmail.com>
35 lines
565 B
Plaintext
35 lines
565 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.*
|
|
**/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
|