diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-11-27 15:29:50 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-03 21:53:34 +0000 |
| commit | 9b152ff9230017d2c03aa1bf603a98b18250446d (patch) | |
| tree | fc49cb5d8aef0d23c6fd711c44b48515ef42865c /.gitattributes | |
| parent | facade402cb57d53631f2fb96d98b1a0b2ba9815 (diff) | |
| download | webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.tar.gz webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.tar.bz2 webtrees-9b152ff9230017d2c03aa1bf603a98b18250446d.zip | |
Github actions
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes index 1a03a636d1..6ce0c2168f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,18 @@ # Exclude the following files when we build webtrees -.coveralls.yml export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.php_cs export-ignore -.travis.yml export-ignore -package.json export-ignore -package-lock.json export-ignore -phpunit.xml.dist export-ignore -tests/ export-ignore -webpack.mix.js export-ignore +.coveralls.yml export-ignore +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.php_cs export-ignore +.travis.yml export-ignore +package.json export-ignore +package-lock.json export-ignore +phpunit.xml.dist export-ignore +phpstan.neon.dist export-ignore +phpstan-baseline.neon export-ignore +tests/ export-ignore +webpack.mix.js export-ignore -vendor/*/*/Tests export-ignore -vendor/*/*/Tests export-ignore +vendor/*/*/Tests export-ignore +vendor/*/*/Tests export-ignore |
