xref: /webtrees/.gitattributes (revision 4d314e6b28a3e57668463e010244449523e91e5c)
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