We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840c456 commit 52af76dCopy full SHA for 52af76d
.gitattributes
@@ -1,9 +1,9 @@
1
-.gitattributes export-ignore
2
-.gitignore export-ignore
3
-.github export-ignore
4
-ncs.* export-ignore
5
-phpstan.neon export-ignore
6
-tests/ export-ignore
+.gitattributes export-ignore
+.github/ export-ignore
+.gitignore export-ignore
+ncs.* export-ignore
+phpstan*.neon export-ignore
+tests/ export-ignore
7
8
-*.sh eol=lf
9
-*.php* diff=php linguist-language=PHP
+*.php* diff=php
+*.sh text eol=lf
.gitignore
@@ -1,2 +1,3 @@
/vendor
/composer.lock
+tests/lock
0 commit comments