.gitignore 229 B

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