.gitignore 348 B

1234567891011121314151617181920212223242526
  1. # next.js
  2. /.next/
  3. /out/
  4. # test
  5. test/cypress/screenshots
  6. test/cypress/videos
  7. # dist
  8. /dist/
  9. /transpiled/
  10. /report/
  11. /public/static/js
  12. /public/static/styles
  13. /public/uploads
  14. /tmp/
  15. *.d.ts
  16. # dist (for GROWI v4.x and below)
  17. /public/*.chunk.js
  18. /public/*.chunk.js.LICENSE.txt
  19. /public/*.bundle.js
  20. /public/manifest.json
  21. /public/dll
  22. /public/js
  23. /public/styles