1234567891011121314151617181920212223242526272829303132333435 |
- .dioxus
- /target
- /packages/playwright-tests/cli-optimization/monaco-editor-0.52.2
- /packages/playwright-tests/web/dist
- /packages/playwright-tests/fullstack/dist
- /packages/playwright-tests/test-results
- /dist
- .DS_Store
- /examples/assets/test_video.mp4
- static
- # new recommendation to keep the lockfile in for CI and reproducible builds
- # Cargo.lock
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- tarpaulin-report.html
- # Jetbrain
- .idea/
- node_modules/
- /test-results/
- /packages/playwright-report/
- /packages/playwright/.cache/
- # ignore the output of tmps
- tmp/
- bundle/
- # in debugging we frequently dump wasm to wat with `wasm-tools print`
- *.wat
|