mirror of
https://github.com/OMGeeky/gitignore.git
synced 2026-01-16 15:46:17 +01:00
Merge pull request #3651 from kachick/node-ignore-envs
Ignore `.env.production` in Node.js
This commit is contained in:
@@ -72,6 +72,7 @@ web_modules/
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
||||
Reference in New Issue
Block a user