diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 3 insertions, 17 deletions
@@ -2,16 +2,6 @@ # dependencies /node_modules -/.pnp -.pnp.* -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/versions - -# testing -/coverage # next.js /.next/ @@ -20,22 +10,18 @@ # production /build -# misc -.DS_Store -*.pem - # debug npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* -# env files (can opt-in for committing if needed) -.env* +# env files +.env.local # vercel .vercel # typescript *.tsbuildinfo -next-env.d.ts +next-env.d.ts
\ No newline at end of file |