marine/.gitignore

20 lines
404 B
Plaintext
Raw Normal View History

2020-04-18 15:27:01 +00:00
target/
**/*.rs.bk
.idea
2020-04-28 02:00:20 +00:00
2020-07-11 20:04:55 +00:00
# MacOS misc file
*.DS_Store
2020-04-28 02:00:20 +00:00
# Wasm files
*.wasm
*.wat
2020-06-11 22:04:31 +00:00
2020-06-16 11:20:33 +00: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 08:15:56 +00:00
!/examples/ipfs_node/wasm/artifacts/wasm_modules/*
2020-07-28 14:14:46 +00:00
!/examples/records/wasm/artifacts/wasm_modules/*