diff options
author | Brendan Forster <brendan@github.com> | 2018-12-18 08:50:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 08:50:06 -0400 |
commit | ac2e28a2ef943557ad9f03016bff24505466e7f5 (patch) | |
tree | b62791940b320d026b4558ead6882fa9cceef63f /Node.gitignore | |
parent | 4e50d1c032f2e3ae694b7bce1bac5773954dbf5a (diff) | |
parent | f966096f4072f73dcc8f7004062176e7954dffed (diff) | |
download | gitignore-ac2e28a2ef943557ad9f03016bff24505466e7f5.tar.gz gitignore-ac2e28a2ef943557ad9f03016bff24505466e7f5.zip |
Merge pull request #2908 from lmedson/env_test_ignore
Add ignorer to .env.test variable in NodeJS
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index c5f3e449..6214c438 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -56,6 +56,7 @@ typings/ # dotenv environment variables file .env +.env.test # parcel-bundler cache (https://parceljs.org/) .cache |