mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
Add crates/*/target to gitignore
This commit is contained in:
parent
4b433d2c59
commit
04bb7879c8
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/target/
|
||||
crates/*/target
|
||||
**/*.rs.bk
|
||||
.idea/*
|
||||
.vscode/*
|
||||
|
|
Loading…
Reference in a new issue