mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
efcd31c254
Updates `collab` to accept a `seed.json` file that allows you to override the defaults. Updated the `README` in collab to just have directions inside instead of redirecting the developer to the website. Release Notes: - N/A Co-authored-by: Max <max@zed.dev>
27 lines
396 B
Plaintext
27 lines
396 B
Plaintext
.idea
|
|
**/target
|
|
**/cargo-target
|
|
/zed.xcworkspace
|
|
.DS_Store
|
|
/plugins/bin
|
|
/script/node_modules
|
|
/crates/theme/schemas/theme.json
|
|
/crates/collab/seed.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
|