xref: /webtrees/.gitattributes (revision a0801ffbb59d5bed474fc7a91bf1863ebca47791)
1# Exclude the following files when we build webtrees
2
3.coveralls.yml    export-ignore
4.gitattributes    export-ignore
5.gitignore        export-ignore
6.php_cs           export-ignore
7.travis.yml       export-ignore
8package.json      export-ignore
9package-lock.json export-ignore
10phpunit.xml.dist  export-ignore
11tests/            export-ignore
12webpack.mix.js    export-ignore
13
14vendor/*/*/Tests export-ignore
15vendor/*/*/Tests export-ignore
16