marine/.gitignore
2020-10-07 23:19:17 +03:00

26 lines
608 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
!/examples/site-storage/artifacts/*.wasm
!/examples/sqlite/artifacts/sqlite_test.wasm
# Allowed Wasm files for test
!/fluence-faas/tests/json_wasm_tests/arguments_passing/artifacts/*.wasm
!/fluence-faas/tests/json_wasm_tests/arrays_passing/artifacts/*.wasm
!/fluence-faas/tests/json_wasm_tests/inner_records/artifacts/inner_records_pure.wasm