mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +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/
|
/target/
|
||||||
|
crates/*/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
.idea/*
|
.idea/*
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
|
Loading…
Reference in a new issue