updated gitignore

This commit is contained in:
Brad Stein 2025-06-02 04:12:29 -05:00
parent 3d179146b7
commit 011f48e9e6

13
.gitignore vendored
View File

@ -1,22 +1,11 @@
# Generated build directory
/target/
# Cargos lock file (uncomment if youre publishing a library; otherwise keep it committed)
/Cargo.lock
# If you use rustfmts override file
/override.toml
# If you use sccache for caching
/.cache/sccache/
# If you build with Cargos check --unit-graph (creates a unit-graph.json)
/unit-graph.json
# IDE/editor temporary files (optional)
/**/*.rs.bk
**/*.rs.orig
**/*.rs.rej
**/*~
*.swp
*.swo
*.swo