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.
2 parents e2a594b + 931f2ca commit 61a196eCopy full SHA for 61a196e
.gitattributes
@@ -2,13 +2,14 @@
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
4
# Ignore all test and documentation with "export-ignore".
5
+/.editorconfig export-ignore
6
/.gitattributes export-ignore
7
+/.github export-ignore
8
/.gitignore export-ignore
-/.travis.yml export-ignore
9
+/.php_cs.dist export-ignore
10
+/example export-ignore
11
/phpunit.xml.dist export-ignore
-/.scrutinizer.yml export-ignore
12
/tests export-ignore
-/example export-ignore
13
14
# All test snapshots and text stubs must have LF line endings
15
tests/**/__snapshots__/** text eol=lf
0 commit comments