xref: /webtrees/.gitattributes (revision 64d12f7b9a9462c8fcd06eb53b52f5b2d2a444f3)
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
9package.json          export-ignore
10package-lock.json     export-ignore
11phpunit.xml.dist      export-ignore
12phpstan.neon.dist     export-ignore
13phpstan-baseline.neon export-ignore
14tests/                export-ignore
15webpack.mix.js        export-ignore
16
17vendor/*/*/tests      export-ignore
18vendor/*/*/Tests      export-ignore
19
20resources/css/               export-ignore
21resources/js/                export-ignore
22resources/lang/*/messages.po export-ignore
23