lesavka/.gitignore
2025-06-01 14:09:57 -05:00

22 lines
442 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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