mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 13:30:50 +00:00
* chore(deps): update all non-major rust dependencies * fix build * fmt * update generated code in marine-js * bump marine-runtime version * update gitignore * Revert "bump marine-runtime version" This reverts commit 7cf9f0b6d489408d35b3f86807d9ad7684f0708a. * bump versions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
34 lines
766 B
Plaintext
34 lines
766 B
Plaintext
target/
|
|
**/*.rs.bk
|
|
.idea
|
|
node_modules/
|
|
|
|
# MacOS misc file
|
|
*.DS_Store
|
|
|
|
# Wasm files
|
|
*.wasm
|
|
*.wat
|
|
|
|
# REPL history files
|
|
*.repl_history
|
|
|
|
# marine-js tmp files
|
|
/marine-js/marine-js-pkg
|
|
|
|
# local storage of the url-downloader service
|
|
/examples/url-downloader/sites/*
|
|
|
|
# Allowed Wasm files for examples
|
|
!/examples/call_parameters/artifacts/*.wasm
|
|
!/examples/greeting/artifacts/*.wasm
|
|
!/examples/ipfs-node/artifacts/*.wasm
|
|
!/examples/records/artifacts/*.wasm
|
|
!/examples/sqlite/artifacts/sqlite_test.wasm
|
|
!/examples/url-downloader/artifacts/*.wasm
|
|
|
|
# Allowed Wasm files for test
|
|
!/fluence-faas/tests/wasm_tests/arguments_passing/artifacts/*.wasm
|
|
!/fluence-faas/tests/wasm_tests/arrays_passing/artifacts/*.wasm
|
|
!/fluence-faas/tests/wasm_tests/records_passing/artifacts/*.wasm
|