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