| 123456789101112131415161718192021222324252627 |
- # next.js
- /.next/
- /out/
- # test
- test/cypress/screenshots
- test/cypress/videos
- .reg
- # dist
- /dist/
- /transpiled/
- /report/
- /public/static/js
- /public/static/styles
- /public/uploads
- /tmp/
- *.d.ts
- # dist (for GROWI v4.x and below)
- /public/*.chunk.js
- /public/*.chunk.js.LICENSE.txt
- /public/*.bundle.js
- /public/manifest.json
- /public/dll
- /public/js
- /public/styles
|