FCLauncher/.gitignore

18 lines
364 B
Plaintext
Raw Permalink Normal View History

2024-06-21 17:39:31 -06:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
2024-10-30 19:35:29 -06:00
logs/
2024-10-31 16:46:12 -06:00
**/logs/
2024-06-21 17:39:31 -06:00
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
2024-10-30 19:33:50 -06:00
**/*.log
2024-06-21 17:39:31 -06:00