Just ignore `.env.production`, avoid to effect for `.env.example`

https://github.com/github/gitignore/pull/3651/files#r576363678
This commit is contained in:
Kenichi Kamiya 2021-02-28 01:18:35 +09:00
parent 6586918a42
commit b236e1717b
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ web_modules/
# dotenv environment variables file
.env
.env.*
.env.test
.env.production
# parcel-bundler cache (https://parceljs.org/)
.cache