feat: gitignore .env.production file to avoid accidental commit

This commit is contained in:
Vyacheslav Matyukhin 2022-03-27 00:33:31 +03:00
parent 7565540f8a
commit 9d1a577a5e
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

3
.gitignore vendored
View File

@ -41,4 +41,5 @@ package-lock.json ## use yarn.lock instead
# Local Netlify folder
.netlify
.env
/.env
/.env.production