Skip to content

Commit 55ce778

Browse files
committed
Refine .gitattributes: exclude dev artifacts from releases, sort alphabetically
1 parent 9bc18d1 commit 55ce778

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.gitattributes

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,24 @@
66

77
# Config files
88
*.json text eol=lf
9-
*.xml text eol=lf
109
*.md text eol=lf
10+
*.xml text eol=lf
1111

1212
# Exclude from releases
13+
.editorconfig export-ignore
1314
.gitattributes export-ignore
15+
.github/ export-ignore
1416
.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
1522
tests/ export-ignore
23+
coverage/ export-ignore
24+
coverage.clover export-ignore
25+
coverage.xml export-ignore
26+
DEVELOPMENT.md export-ignore
1627
phpunit.xml* export-ignore
17-
.phpunit.* export-ignore
18-
codecov.yml export-ignore
28+
tests/ export-ignore
29+
vendor/ export-ignore

0 commit comments

Comments
 (0)