We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc18d1 commit 55ce778Copy full SHA for 55ce778
.gitattributes
@@ -6,13 +6,24 @@
6
7
# Config files
8
*.json text eol=lf
9
-*.xml text eol=lf
10
*.md text eol=lf
+*.xml text eol=lf
11
12
# Exclude from releases
13
+.editorconfig export-ignore
14
.gitattributes export-ignore
15
+.github/ export-ignore
16
.gitignore export-ignore
17
+.markdownlint.json export-ignore
18
+.php-cs-fixer.php export-ignore
19
+.phpunit.* export-ignore
20
+codecov.yml export-ignore
21
+phpunit.xml* export-ignore
22
tests/ export-ignore
23
+coverage/ export-ignore
24
+coverage.clover export-ignore
25
+coverage.xml export-ignore
26
+DEVELOPMENT.md export-ignore
27
phpunit.xml* export-ignore
-.phpunit.* export-ignore
-codecov.yml export-ignore
28
+tests/ export-ignore
29
+vendor/ export-ignore
0 commit comments