.gitignore 201 B

123456789101112131415161718
  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. /public/static/js
  13. /public/static/styles
  14. /public/uploads
  15. /src/styles/prebuilt
  16. /tmp/