diff options
author | zytzagoo <zytzagoo@gmail.com> | 2017-11-13 15:08:47 +0100 |
---|---|---|
committer | zytzagoo <zytzagoo@gmail.com> | 2017-11-13 15:08:47 +0100 |
commit | f3efa5d0a511e748c5f2a256466315f49905390f (patch) | |
tree | d7aba705b5719205d94475248d77e06d677771ad | |
parent | 0fcc845bd5c0dc33578a334de321c4bcf105dff0 (diff) | |
download | smtp-validate-email-f3efa5d0a511e748c5f2a256466315f49905390f.zip smtp-validate-email-f3efa5d0a511e748c5f2a256466315f49905390f.tar.gz smtp-validate-email-f3efa5d0a511e748c5f2a256466315f49905390f.tar.bz2 |
set export-ignore for Makefile and package.json [ci skip]HEADorigin/masterorigin/HEADmaster
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 396154c..f7ca6c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,5 @@ /phpunit.xml export-ignore /phpunit.xml.dist export-ignore /tests export-ignore +/Makefile export-ignore +/package.json export-ignore |