.gitignore 115 B

1234567891011
  1. .*
  2. !.eslintrc.json
  3. !.eslintignore
  4. !.npmignore
  5. !.gitignore
  6. !.github
  7. node_modules
  8. test-results/
  9. playwright-report/