1
0

.gitignore 510 B

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