parent
be26acccca
commit
146b9c232c
2 changed files with 24 additions and 25 deletions
47
.gitignore
vendored
47
.gitignore
vendored
|
@ -1,36 +1,35 @@
|
||||||
/.direnv
|
**/*.db
|
||||||
.envrc
|
|
||||||
.idea
|
|
||||||
**/target
|
|
||||||
**/cargo-target
|
**/cargo-target
|
||||||
/zed.xcworkspace
|
**/target
|
||||||
.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
|
**/venv
|
||||||
.build
|
|
||||||
*.wasm
|
*.wasm
|
||||||
Packages
|
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
xcuserdata/
|
.DS_Store
|
||||||
DerivedData/
|
.blob_store
|
||||||
|
.build
|
||||||
|
.envrc
|
||||||
|
.flatpak-builder
|
||||||
|
.idea
|
||||||
|
.netrc
|
||||||
|
.pytest_cache
|
||||||
|
.swiftpm
|
||||||
.swiftpm/config/registries.json
|
.swiftpm/config/registries.json
|
||||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||||
.netrc
|
|
||||||
.swiftpm
|
|
||||||
**/*.db
|
|
||||||
.pytest_cache
|
|
||||||
.venv
|
.venv
|
||||||
.blob_store
|
|
||||||
.vscode
|
.vscode
|
||||||
.wrangler
|
.wrangler
|
||||||
.flatpak-builder
|
/.direnv
|
||||||
.envrc
|
/assets/*licenses.*
|
||||||
|
/crates/collab/seed.json
|
||||||
|
/crates/theme/schemas/theme.json
|
||||||
|
/crates/zed/resources/flatpak/flatpak-cargo-sources.json
|
||||||
|
/dev.zed.Zed*.json
|
||||||
|
/plugins/bin
|
||||||
|
/script/node_modules
|
||||||
|
/zed.xcworkspace
|
||||||
|
DerivedData/
|
||||||
|
Packages
|
||||||
|
xcuserdata/
|
||||||
|
|
||||||
# Don't commit any secrets to the repo.
|
# Don't commit any secrets to the repo.
|
||||||
.env.secret.toml
|
.env.secret.toml
|
||||||
|
|
2
extensions/emmet/.gitignore
vendored
2
extensions/emmet/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
target
|
|
||||||
*.wasm
|
*.wasm
|
||||||
grammars
|
grammars
|
||||||
|
target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue