.gitignore 416 B

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