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/artifacts/greeting.wasm !/examples/ipfs_node/artifacts/wasm_modules/* !/examples/records/artifacts/wasm_modules/*