.gitignore 243 B

12345678910111213141516171819202122
  1. # next.js
  2. /.next/
  3. /out/
  4. next-env.d.ts
  5. # test
  6. .reg
  7. # dist
  8. /build/
  9. /dist/
  10. /transpiled/
  11. /public/static/fonts
  12. /public/static/js
  13. /public/static/styles
  14. /public/uploads
  15. /src/styles/prebuilt
  16. /src/**/*.vendor-styles.prebuilt.js
  17. /tmp/
  18. # cache
  19. /.swc/