mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
709dc36550
- improve error handling in host functions - refactor examples - fix IT generation
19 lines
265 B
Plaintext
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
|