marine/.gitignore
2020-08-09 14:48:18 +03:00

23 lines
441 B
Plaintext

target/
**/*.rs.bk
.idea
# MacOS misc file
*.DS_Store
# Wasm files
*.wasm
*.wat
# REPL history files
*.repl_history
# 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
!/examples/ipfs_node/wasm/artifacts/wasm_modules/*
!/examples/records/wasm/artifacts/wasm_modules/*