1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# dependencies node_modules/ # next.js .next/ out/ # production build/ # env files (keep .env.example) .env .env.local .env.production # misc .DS_Store *.tsbuildinfo next-env.d.ts package-lock.json