.gitignore 172 B

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