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 09ccbeb + dba2743 commit 7ab5ac6Copy full SHA for 7ab5ac6
.gitattributes
@@ -1,9 +1,20 @@
1
# .gitattributes
2
-.github/ export-ignore
3
-tests/ export-ignore
4
-website/ export-ignore
5
-doc/ export-ignore
6
-news/ export-ignore
+.github export-ignore
+tests export-ignore
+website export-ignore
+doc export-ignore
+news export-ignore
7
+.gitattributes export-ignore
8
+.gitignore export-ignore
9
+.gitstats.yml export-ignore
10
+.php_cs export-ignore
11
+.phpstorm.meta.php export-ignore
12
+404.md export-ignore
13
+CONTRIBUTING.md export-ignore
14
+couscous.yml export-ignore
15
+*.neon export-ignore
16
+phpunit.xml.dist export-ignore
17
+SECURITY.md export-ignore
18
19
# Auto detect text files and perform LF normalization
20
* text=auto
0 commit comments