Преглед изворни кода

Merge pull request #3651 from kachick/node-ignore-envs

Ignore `.env.production` in Node.js
Martin Woodward пре 3 година
родитељ
комит
d0f978135b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Node.gitignore

+ 1 - 0
Node.gitignore

@@ -72,6 +72,7 @@ web_modules/
 # dotenv environment variables file
 .env
 .env.test
+.env.production
 
 # parcel-bundler cache (https://parceljs.org/)
 .cache