diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-07-30 16:04:12 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-07-30 16:04:12 +0100 |
| commit | dabebe360d780995f55cfc2da33320ed228c72e3 (patch) | |
| tree | 1b56d64668376fe63668abee7919b177d3db14db /.gitattributes | |
| parent | d7e1e32a82c9dfef2ef9a8eb09f197d994c43ce4 (diff) | |
| download | webtrees-dabebe360d780995f55cfc2da33320ed228c72e3.tar.gz webtrees-dabebe360d780995f55cfc2da33320ed228c72e3.tar.bz2 webtrees-dabebe360d780995f55cfc2da33320ed228c72e3.zip | |
Fix: #4520 - exclude composer files from release
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 023ec46271..ccf4869089 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,8 @@ .gitignore export-ignore .php_cs export-ignore .travis.yml export-ignore +composer.json export-ignore +composer.lock export-ignore package.json export-ignore package-lock.json export-ignore phpunit.xml.dist export-ignore |
