.gitignore 354 B

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