.gitignore 257 B

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