solutions/.gitignore

18 lines
274 B
Plaintext
Raw Normal View History

2019-08-29 15:44:46 +00:00
# Generated by Cargo
# will have compiled files and executables
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
.DS_Store
# The cache for docker container dependency
.cargo
# The cache for chain data in container
2021-04-19 11:57:32 +00:00
.local
2023-02-06 17:46:27 +00:00
# direnv files
.envrc
2021-04-19 11:57:32 +00:00
.direnv