| 12345678910111213141516171819202122232425 |
- # next.js
- /.next/
- /out/
- next-env.d.ts
- next.config.js
- # test
- .reg
- # dist
- /build/
- /dist/
- /transpiled/
- /config/**/*.js
- /config/**/*.d.ts
- /public/static/fonts
- /public/static/js
- /public/static/styles
- /public/uploads
- /src/styles/prebuilt
- /src/**/*.vendor-styles.prebuilt.*
- /tmp/
- # cache
- /.swc/
|