.gitignore 115 B

12345678910
  1. test-results/
  2. package-lock.json
  3. playwright-report/
  4. node_modules/
  5. yarn-error.log
  6. dist/
  7. tests/dist/
  8. build/
  9. .wireit/