aqua-ipfs/.gitignore

17 lines
221 B
Plaintext
Raw Normal View History

2021-06-24 13:59:55 +03:00
# Generated by Cargo
# will have compiled files and executables
2021-07-01 23:14:59 +03:00
**/target/
2021-06-24 13:59:55 +03:00
# These are backup files generated by rustfmt
**/*.rs.bk
# Added by cargo
.idea
2021-06-25 15:56:45 +03:00
artifacts/*.wasm
2021-07-01 23:14:59 +03:00
**/node_modules
**/dist
.DS_store
.bic_cache