next-template/.gitignore
Florian Bouillon b2ca46ffaf
v3.1: Upgraded to NextJS 12
Static Dockerfile

Signed-off-by: Avior <github@avior.me>
2022-10-02 22:10:54 +02:00

14 lines
101 B
Plaintext

# dependencies
/node_modules
# next.js
/.next/
/out/
# misc
.DS_Store
.env
# debug
npm-debug.log*