mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
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
|