.gitignore 627 B

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