xref: /webtrees/.gitattributes (revision b11cdcd45131b1585d66693fab363cfeb18c51a4)
1# Exclude the following files when we build webtrees
2
3.coveralls.yml        export-ignore
4.gitattributes        export-ignore
5.github/              export-ignore
6.gitignore            export-ignore
7.php_cs               export-ignore
8.travis.yml           export-ignore
9composer.json         export-ignore
10composer.lock         export-ignore
11package.json          export-ignore
12package-lock.json     export-ignore
13phpunit.xml.dist      export-ignore
14phpstan.neon.dist     export-ignore
15phpstan-baseline.neon export-ignore
16tests/                export-ignore
17webpack.mix.js        export-ignore
18
19vendor/*/*/tests      export-ignore
20vendor/*/*/Tests      export-ignore
21
22resources/css/               export-ignore
23resources/js/                export-ignore
24resources/lang/*/messages.po export-ignore
25