Browse Source

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

https://github.com/github/gitignore/pull/3651/files#r576363678
pull/3651/head
Kenichi Kamiya 3 years ago
parent
commit
b236e1717b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Node.gitignore

+ 2
- 1
Node.gitignore 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

Loading…
Cancel
Save