Explorar el Código

Merge pull request #2257 from noinkling/patch-1

Add .env to Node.gitignore
Brendan Forster hace 8 años
padre
commit
a41bfbea91
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
+