mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
94faf9dd56
This removes .envrc, putting it into gitignore as well as building with crane, as it does not require an up to date hash for a FOD. Release Notes: - N/A cc @mrnugget @jaredramirez
35 lines
572 B
Text
35 lines
572 B
Text
/.direnv
|
|
.envrc
|
|
.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
|