.gitignore 353 B

123456789101112131415161718192021222324252627
  1. # next.js
  2. /.next/
  3. /out/
  4. # test
  5. test/cypress/screenshots
  6. test/cypress/videos
  7. .reg
  8. # dist
  9. /dist/
  10. /transpiled/
  11. /report/
  12. /public/static/js
  13. /public/static/styles
  14. /public/uploads
  15. /tmp/
  16. *.d.ts
  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