.gitignore 337 B

123456789101112131415161718192021
  1. /target
  2. /playwright-tests/web/dist
  3. /playwright-tests/fullstack/dist
  4. /dist
  5. Cargo.lock
  6. .DS_Store
  7. /examples/assets/test_video.mp4
  8. .vscode/*
  9. !.vscode/settings.json
  10. !.vscode/tasks.json
  11. !.vscode/launch.json
  12. !.vscode/extensions.json
  13. tarpaulin-report.html
  14. # Jetbrain
  15. .idea/
  16. node_modules/
  17. /test-results/
  18. /playwright-report/
  19. /playwright/.cache/