Browse Source

Update .gitignore to ignore all dotenv environment variable files

yazid138 3 weeks ago
parent
commit
9b023db0fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -55,7 +55,7 @@ typings/
 .yarn-integrity
 .yarn-integrity
 
 
 # dotenv environment variables file
 # dotenv environment variables file
-.env
+.env*
 tes.js
 tes.js
 app.js
 app.js