mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-06-24 09:59:19 +00:00
v3.1: Upgraded to NextJS 12
Static Dockerfile Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -1,28 +1,19 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# Dev
|
||||
/.devcontainer
|
||||
/.vscode
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env*
|
||||
.env
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
|
||||
dist/
|
||||
*.asc
|
||||
|
||||
.vercel
|
||||
|
Reference in New Issue
Block a user