2020-04-18 18:27:01 +03:00
|
|
|
target/
|
|
|
|
**/*.rs.bk
|
|
|
|
.idea
|
2022-11-28 18:37:07 +03:00
|
|
|
node_modules/
|
2020-04-28 05:00:20 +03:00
|
|
|
|
2020-07-11 23:04:55 +03:00
|
|
|
# MacOS misc file
|
|
|
|
*.DS_Store
|
|
|
|
|
2020-04-28 05:00:20 +03:00
|
|
|
# Wasm files
|
|
|
|
*.wasm
|
|
|
|
*.wat
|
2020-06-12 01:04:31 +03:00
|
|
|
|
2020-08-09 14:48:18 +03:00
|
|
|
# REPL history files
|
|
|
|
*.repl_history
|
|
|
|
|
2022-11-28 18:37:07 +03:00
|
|
|
# marine-js tmp files
|
|
|
|
/marine-js/marine-js-pkg
|
|
|
|
|
2022-06-09 17:00:19 +03:00
|
|
|
# local storage of the url-downloader service
|
|
|
|
/examples/url-downloader/sites/*
|
|
|
|
|
2020-06-16 14:20:33 +03:00
|
|
|
# Allowed Wasm files for examples
|
2020-10-14 15:30:50 +03:00
|
|
|
!/examples/call_parameters/artifacts/*.wasm
|
2020-08-25 19:26:21 +03:00
|
|
|
!/examples/greeting/artifacts/*.wasm
|
2020-10-07 23:19:17 +03:00
|
|
|
!/examples/ipfs-node/artifacts/*.wasm
|
2020-09-08 23:30:03 +03:00
|
|
|
!/examples/records/artifacts/*.wasm
|
2020-09-17 21:46:53 +03:00
|
|
|
!/examples/sqlite/artifacts/sqlite_test.wasm
|
2020-12-01 11:49:49 +03:00
|
|
|
!/examples/url-downloader/artifacts/*.wasm
|
2020-09-16 01:14:15 +03:00
|
|
|
|
|
|
|
# Allowed Wasm files for test
|
2020-10-21 22:21:16 +03:00
|
|
|
!/fluence-faas/tests/wasm_tests/arguments_passing/artifacts/*.wasm
|
|
|
|
!/fluence-faas/tests/wasm_tests/arrays_passing/artifacts/*.wasm
|
2021-04-13 12:36:14 +03:00
|
|
|
!/fluence-faas/tests/wasm_tests/records_passing/artifacts/*.wasm
|