feat: gitignore .env.production file to avoid accidental commit
This commit is contained in:
parent
7565540f8a
commit
9d1a577a5e
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -41,4 +41,5 @@ package-lock.json ## use yarn.lock instead
|
|||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
.env
|
||||
/.env
|
||||
/.env.production
|
||||
|
|
Loading…
Reference in New Issue
Block a user