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
|
2024-02-18 15:23:58 -05:00
|
|
|
*.log
|
|
|
|
|
|
|
|
# debug
|
|
|
|
.vscode/
|