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 b49931b commit b8cb035Copy full SHA for b8cb035
.gitattributes
@@ -0,0 +1,20 @@
1
+* text=auto
2
+
3
+# Path-based git attributes
4
+# https://git-scm.com/docs/gitattributes
5
6
+# Ignore all test and documentation with "export-ignore".
7
+/.gitattributes export-ignore
8
+/.github export-ignore
9
+/.gitignore export-ignore
10
+/.php-cs-fixer.php export-ignore
11
+/CHANGELOG.md export-ignore
12
+/CODEOWNERS export-ignore
13
+/CONTRIBUTING.md export-ignore
14
+/Makefile export-ignore
15
+/SECURITY.md export-ignore
16
+/phpdoc.dist.xml export-ignore
17
+/phpunit.xml export-ignore
18
+/psalm.xml export-ignore
19
+/test-service export-ignore
20
+/tests export-ignore
0 commit comments