.gitignore 187 B

12345678910111213
  1. out
  2. messages/en.d.json.ts
  3. /node_modules
  4. /.next/
  5. .DS_Store
  6. tsconfig.tsbuildinfo
  7. /test-results/
  8. /playwright-report/
  9. /playwright/.cache/
  10. public/*.xml
  11. public/*.txt
  12. package-lock.json
  13. yarn.lock