.gitignore 738 B

123456789101112131415161718192021222324252627282930313233343536
  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. /packages/playwright-tests/web-hot-patch-temp
  8. /dist
  9. .DS_Store
  10. /examples/assets/test_video.mp4
  11. static
  12. # new recommendation to keep the lockfile in for CI and reproducible builds
  13. # Cargo.lock
  14. .vscode/*
  15. !.vscode/settings.json
  16. !.vscode/tasks.json
  17. !.vscode/launch.json
  18. !.vscode/extensions.json
  19. tarpaulin-report.html
  20. # Jetbrain
  21. .idea/
  22. node_modules/
  23. /test-results/
  24. /packages/playwright-report/
  25. /packages/playwright/.cache/
  26. # ignore the output of tmps
  27. tmp/
  28. bundle/
  29. # in debugging we frequently dump wasm to wat with `wasm-tools print`
  30. *.wat