Skip to content

Commit

Permalink
chore: Update .gitattributes for saving space (and trees).
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 3, 2021
1 parent 433ab2c commit c7ba932
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
/.github export-ignore
/build export-ignore
/docker export-ignore
/docs export-ignore
/spec export-ignore
/tests export-ignore
.auto-changelog export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
.scrutinizer.yml export-ignore
phpunit.xml.dist export-ignore
infection.json.dist export-ignore
grumphp.yml.dist export-ignore
phpspec.yml.dist export-ignore
/docker export-ignore
docker-composer.yaml export-ignore
infection.json export-ignore
grumphp.yml export-ignore
phpspec.yml export-ignore
docker-compose.yaml export-ignore
psalm-baseline.xml export-ignore
psalm.xml export-ignore
phpstan-baseline.neon export-ignore
phpstan-docs-baseline.neon export-ignore
phpstan-unsupported-baseline.neon export-ignore
phpstan.neon.dist export-ignore

0 comments on commit c7ba932

Please sign in to comment.