mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
target/
|
|
**/*.rs.bk
|
|
.idea
|
|
|
|
# Wasm files
|
|
*.wasm
|
|
*.wat
|
|
|
|
# Dir for compiled artifact
|
|
bin/
|
|
|
|
# Allowed Wasm files for the example
|
|
!/bin/wasm_ipfs_rpc_wit.wasi.wasm
|
|
!/bin/wasm_modules/*
|