Skip to content

Commit 5819717

Browse files
authored
chore: Ignore .zed settings dir (#1337)
## Which issue does this PR close? None ## What changes are included in this PR? I'm currently using `zed` (it's great, I highly recommend it!). I needed to add the following RA settings: ```json { "rust-analyzer": { "linkedProjects": ["./Cargo.toml", "./bindings/python/Cargo.toml"] } } ``` This allows RA to work with the Python bindings as well. I'm going to add `.zed` to the gitignore file so I don't accidentally include it. ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 7d54f7f commit 5819717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
target
1919
.idea
2020
.vscode
21+
.zed
2122
**/.DS_Store
2223
dist/*
2324
**/venv

0 commit comments

Comments
 (0)