summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-07-30 16:04:12 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-07-30 16:04:12 +0100
commitdabebe360d780995f55cfc2da33320ed228c72e3 (patch)
tree1b56d64668376fe63668abee7919b177d3db14db /.gitattributes
parentd7e1e32a82c9dfef2ef9a8eb09f197d994c43ce4 (diff)
downloadwebtrees-dabebe360d780995f55cfc2da33320ed228c72e3.tar.gz
webtrees-dabebe360d780995f55cfc2da33320ed228c72e3.tar.bz2
webtrees-dabebe360d780995f55cfc2da33320ed228c72e3.zip
Fix: #4520 - exclude composer files from release
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
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