2020-04-18 15:27:01 +00:00
|
|
|
target/
|
|
|
|
**/*.rs.bk
|
|
|
|
.idea
|
2020-04-28 02:00:20 +00:00
|
|
|
|
2020-07-11 20:04:55 +00:00
|
|
|
# MacOS misc file
|
|
|
|
*.DS_Store
|
|
|
|
|
2020-04-28 02:00:20 +00:00
|
|
|
# Wasm files
|
|
|
|
*.wasm
|
|
|
|
*.wat
|
2020-06-11 22:04:31 +00:00
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
# REPL history files
|
|
|
|
*.repl_history
|
|
|
|
|
2020-06-16 11:20:33 +00:00
|
|
|
# Allowed Wasm files for examples
|
2020-08-25 16:26:21 +00:00
|
|
|
!/examples/greeting/artifacts/*.wasm
|
2020-09-08 20:30:03 +00:00
|
|
|
!/examples/ipfs_node/artifacts/*.wasm
|
|
|
|
!/examples/records/artifacts/*.wasm
|
2020-09-15 22:14:15 +00:00
|
|
|
|
|
|
|
# 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
|