We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac1095 commit f0b500dCopy full SHA for f0b500d
1 file changed
.gitattributes
@@ -5,13 +5,13 @@
5
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
6
# https://blog.madewithlove.be/post/gitattributes/
7
#
8
-/.gitattributes export-ignore
9
-/.gitignore export-ignore
10
-/.cache/ export-ignore
11
-/.github/ export-ignore
12
-/.phpcs.xml.dist export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/.cache/ export-ignore
+/.github/ export-ignore
+/.phpcs.xml.dist export-ignore
13
/phpunit.xml.dist export-ignore
14
-/tests/ export-ignore
+/tests/ export-ignore
15
16
17
# Auto detect text files and perform LF normalization
0 commit comments