# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

.env

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage
vm-rust/tests/snapshots/output/
vm-rust/tests/snapshots/diff/

# production
/build
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.DS_Store
public/dcr*
public/ruffle*
# External xtra wasms produced by `npm run build-xtras` (sourced from
# the submodules under `xtras/` + the in-tree `xtras/example-xtra`).
# Built artifacts; the source lives in the submodule repos.
public/*.wasm
# Submodule build outputs (cargo target dirs) — kept out so they don't
# pollute the host repo's status / a `git clean` of the host can't wipe
# in-progress compiles inside a submodule.
xtras/*/target/
.vscode

/dist-extension
/dist-extension.zip
/dist-extension-firefox
/dist-extension-firefox.zip
/dist-polyfill

/test-results
