1
0
mirror of synced 2025-01-09 07:22:17 +00:00
nomos-node/.gitignore
Álex 1c62ced9ea
Add clone and copy to CoverTrafficSettings (#911)
* Add clone and copy to CoverTrafficSettings

* Make settings fields public.
2024-11-07 06:40:22 +01:00

22 lines
469 B
Plaintext

# 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
# Files generated by build processes or applications
config.yml
store.*
sim_config.json
*.txt
.env
.idea/
# Integration test temp dirs
tests/.tmp*