Remove rust-analyzer artifacts from tracking & minor changes

This commit is contained in:
Uber Veng
2026-05-22 02:16:19 +07:00
parent 4d0438a2cb
commit 5f152a750c
7 changed files with 17 additions and 246 deletions

15
.gitignore vendored
View File

@@ -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