forcebot_rs/.gitignore

32 lines
370 B
Plaintext
Raw Normal View History

2023-10-22 07:44:00 -04:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
2023-10-22 08:35:09 -04:00
# Added by cargo
/target
# env
2024-02-13 07:56:11 -05:00
*.envrc
*.env
2024-02-13 07:54:35 -05:00
# log
*.log
# debug
.vscode/
# nix
2024-04-08 18:45:30 -04:00
result/
# pre-commit
/.pre-commit-config.yaml