]> source.dussan.org Git - gitignore.git/commitdiff
Just ignore `.env.production`, avoid to effect for `.env.example` 3651/head
authorKenichi Kamiya <kachick1@gmail.com>
Sat, 27 Feb 2021 16:18:35 +0000 (01:18 +0900)
committerKenichi Kamiya <kachick1@gmail.com>
Sat, 27 Feb 2021 16:18:35 +0000 (01:18 +0900)
https://github.com/github/gitignore/pull/3651/files#r576363678

Node.gitignore

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