We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a1943 commit c14b5b9Copy full SHA for c14b5b9
.gitattributes
@@ -0,0 +1,17 @@
1
+# Improve diff output for PHP files.
2
+*.php diff=php
3
+
4
+# Mark generated files so diffs are hidden by default.
5
+/resources/**/* linguist-generated=true
6
+/tests/spec/**/* linguist-generated=true
7
8
+# Exclude build & test files from dist archives.
9
+/.github export-ignore
10
+/bin export-ignore
11
+/tests export-ignore
12
+/.editorconfig export-ignore
13
+/.gitattributes export-ignore
14
+/.gitignore export-ignore
15
+/.phpcs.xml.dist export-ignore
16
+/phpstan.neon.dist export-ignore
17
+/phpunit.xml export-ignore
0 commit comments