Remove rust-analyzer artifacts from tracking & minor changes
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,4 +1,15 @@
|
||||
# Cargo build artifacts (all levels, including src/target/ from rust-analyzer)
|
||||
/target
|
||||
*txt
|
||||
.DS_Store
|
||||
src/target/
|
||||
|
||||
# rust-analyzer background check artifacts
|
||||
**/.rust-analyzer/
|
||||
**/rust-analyzer/
|
||||
|
||||
# Distribution binaries
|
||||
/dist
|
||||
|
||||
# macOS metadata
|
||||
.DS_Store
|
||||
|
||||
*txt
|
||||
|
||||
Reference in New Issue
Block a user