diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -9,7 +9,7 @@ /coverage # next.js -# /.next/ +/.next/ /out/ # production @@ -24,11 +24,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# local env files +# env files +.env .env.local -.env.development.local -.env.test.local -.env.production.local # vercel .vercel |