Browse Source

Merge pull request #2257 from noinkling/patch-1

Add .env to Node.gitignore
Brendan Forster 8 years ago
parent
commit
a41bfbea91
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -46,3 +46,6 @@ jspm_packages
 # Yarn Integrity file
 .yarn-integrity
 
+# dotenv environment variables file
+.env
+