forex/.gitignore

20 lines
291 B
Plaintext
Raw Normal View History

2024-05-27 05:02:11 -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
2024-05-27 09:47:46 -04:00
# Added by cargo
/target
.pre-commit-config.yaml