mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Updated the gitignore
This commit is contained in:
parent
fdbebccd71
commit
5b82ca2fdd
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
/target/
|
/target/
|
||||||
crates/*/target
|
crates/*/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
**/*.rs.pending-snap
|
||||||
.idea/*
|
.idea/*
|
||||||
*.log
|
*.log
|
||||||
*.iml
|
*.iml
|
||||||
|
|
Loading…
Reference in a new issue