next-template/.dockerignore
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

20 lines
219 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dev
/.devcontainer
/.vscode
# dependencies
/node_modules
# next.js
/.next/
/out/
# misc
.DS_Store
.env
# debug
npm-debug.log*