We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c510dfa commit f1e2e2eCopy full SHA for f1e2e2e
.gitattributes
@@ -5,15 +5,14 @@
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
-/.github export-ignore
10
-/.gitignore export-ignore
11
-/.github/ export-ignore
12
-/appveyor.yml export-ignore
13
-/box.json export-ignore
14
-/doc export-ignore
15
-/phpcs.xml.dist export-ignore
16
-/tests export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+appveyor.yml export-ignore
+box.json export-ignore
+phpcs.xml.dist export-ignore
+/.github/ export-ignore
+/doc/ export-ignore
+/tests/ export-ignore
17
18
19
# Auto detect text files and perform LF normalization
0 commit comments