diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -38,4 +38,38 @@ nb-configuration.xml *.rej # Local environment -.env +.env* +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# vercel +.vercel + +# typescript +*.tsbuildinfo + +# build files of NextJS passed into Quarkus +/src/main/resources/META-INF/resources/ |
