1
0

.gitignore 692 B

1234567891011121314151617181920212223242526272829303132333435
  1. .dioxus
  2. /target
  3. /packages/playwright-tests/cli-optimization/monaco-editor-0.52.2
  4. /packages/playwright-tests/web/dist
  5. /packages/playwright-tests/fullstack/dist
  6. /packages/playwright-tests/test-results
  7. /dist
  8. .DS_Store
  9. /examples/assets/test_video.mp4
  10. static
  11. # new recommendation to keep the lockfile in for CI and reproducible builds
  12. # Cargo.lock
  13. .vscode/*
  14. !.vscode/settings.json
  15. !.vscode/tasks.json
  16. !.vscode/launch.json
  17. !.vscode/extensions.json
  18. tarpaulin-report.html
  19. # Jetbrain
  20. .idea/
  21. node_modules/
  22. /test-results/
  23. /packages/playwright-report/
  24. /packages/playwright/.cache/
  25. # ignore the output of tmps
  26. tmp/
  27. bundle/
  28. # in debugging we frequently dump wasm to wat with `wasm-tools print`
  29. *.wat