Skip to content

Commit b236e17

Browse files
committed
Just ignore .env.production, avoid to effect for .env.example
https://github.com/github/gitignore/pull/3651/files#r576363678
1 parent 6586918 commit b236e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Node.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ web_modules/
7070

7171
# dotenv environment variables file
7272
.env
73-
.env.*
73+
.env.test
74+
.env.production
7475

7576
# parcel-bundler cache (https://parceljs.org/)
7677
.cache

0 commit comments

Comments
 (0)