.gitignore 305 B

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