mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
24 lines
535 B
Plaintext
24 lines
535 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
|
|
|
|
# Allowed Wasm files for test
|
|
!/fluence-faas/tests/json_wasm_tests/arguments_passing/artifacts/effector.wasm
|
|
!/fluence-faas/tests/json_wasm_tests/arguments_passing/artifacts/pure.wasm
|
|
!/fluence-faas/tests/json_wasm_tests/inner_records/artifacts/inner_records_pure.wasm
|