Added files that should be ignored on export to .gitattributes

This commit is contained in:
Christopher Allford 2020-03-27 09:55:20 -07:00 committed by vedanshujain
parent 0756027c66
commit e11141f577
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored
View File

@ -5,3 +5,8 @@
/vendor export-ignore
/README.md export-ignore
/readme.txt export-ignore
/composer.* export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/renovate.json export-ignore
/unit-tests export-ignore