marine/.gitignore

23 lines
441 B
Plaintext
Raw Permalink Normal View History

2020-04-18 18:27:01 +03:00
target/
**/*.rs.bk
.idea
2020-04-28 05:00:20 +03:00
2020-07-11 23:04:55 +03:00
# MacOS misc file
*.DS_Store
2020-04-28 05:00:20 +03:00
# Wasm files
*.wasm
*.wat
2020-06-12 01:04:31 +03:00
2020-08-09 14:48:18 +03:00
# REPL history files
*.repl_history
2020-06-16 14:20:33 +03:00
# Temporary file of ipfs node example
/examples/ipfs_node/wasm/artifacts/ipfs_rpc_file
# Allowed Wasm files for examples
!/examples/greeting/wasm/artifacts/greeting.wasm
!/examples/ipfs_node/wasm/artifacts/ipfs_rpc.wasm
2020-06-16 11:15:56 +03:00
!/examples/ipfs_node/wasm/artifacts/wasm_modules/*
2020-07-28 17:14:46 +03:00
!/examples/records/wasm/artifacts/wasm_modules/*