We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9708292 + a59d1c8 commit 3835eebCopy full SHA for 3835eeb
.gitattributes
@@ -1,13 +1,18 @@
1
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
2
+/.github export-ignore
3
/tests export-ignore
4
+/vendor-bin export-ignore
5
/.gitattributes export-ignore
6
/.gitignore export-ignore
-/.scrutinizer.yml export-ignore
7
+/.php_cs export-ignore
8
+/codecov.yml export-ignore
9
+/composer-require-checker.json export-ignore
10
/phpcs.xml export-ignore
11
/phpmd.xml export-ignore
12
/phpstan.neon export-ignore
13
/phpunit.xml.dist export-ignore
14
/psalm.xml export-ignore
15
+/rector.php export-ignore
16
17
*.php diff=php
18
*.phar -diff
0 commit comments