Skip to content

Commit 3835eeb

Browse files
authored
Merge pull request #52 from sasezaki/patch-1
Modify export-ignore entries in .gitattributes
2 parents 9708292 + a59d1c8 commit 3835eeb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
2+
/.github export-ignore
23
/tests export-ignore
4+
/vendor-bin export-ignore
35
/.gitattributes export-ignore
46
/.gitignore export-ignore
5-
/.scrutinizer.yml export-ignore
7+
/.php_cs export-ignore
8+
/codecov.yml export-ignore
9+
/composer-require-checker.json export-ignore
610
/phpcs.xml export-ignore
711
/phpmd.xml export-ignore
812
/phpstan.neon export-ignore
913
/phpunit.xml.dist export-ignore
1014
/psalm.xml export-ignore
15+
/rector.php export-ignore
1116

1217
*.php diff=php
1318
*.phar -diff

0 commit comments

Comments
 (0)