2022-10-25 13:40:24 +02:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# 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
|
2023-05-08 13:06:39 +03:00
|
|
|
|
|
|
|
# Files generated by build processes or applications
|
2023-02-01 10:37:15 +02:00
|
|
|
config.yml
|
2023-03-06 15:19:27 +02:00
|
|
|
store.*
|
2023-05-08 13:06:39 +03:00
|
|
|
sim_config.json
|
|
|
|
*.txt
|
2023-09-15 17:27:38 +03:00
|
|
|
.env
|
2023-11-07 01:38:10 +01:00
|
|
|
|
|
|
|
# Integration test temp dirs
|
|
|
|
tests/.tmp*
|