marine/.gitignore
vms 709dc36550
misc improvements (#24)
- improve error handling in host functions
- refactor examples
- fix IT generation
2020-09-08 23:30:03 +03:00

19 lines
265 B
Plaintext

target/
**/*.rs.bk
.idea
# MacOS misc file
*.DS_Store
# Wasm files
*.wasm
*.wat
# REPL history files
*.repl_history
# Allowed Wasm files for examples
!/examples/greeting/artifacts/*.wasm
!/examples/ipfs_node/artifacts/*.wasm
!/examples/records/artifacts/*.wasm