Skip to content

Commit 43ef024

Browse files
authored
Merge pull request #15 from borkweb/add/gitattributes
Add .gitattributes for package distribution
2 parents 9a463ba + d036b94 commit 43ef024

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.editorconfig export-ignore
2+
.gitattributes export-ignore
3+
/.github/ export-ignore
4+
.gitignore export-ignore
5+
/*.md export-ignore
6+
/LICENSE.md -export-ignore
7+
/README.md -export-ignore
8+
/docs/ export-ignore
9+
/tests/ export-ignore
10+
/vendor/ export-ignore
11+
/phpcs.xml.dist export-ignore
12+
/phpstan.neon.dist export-ignore
13+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)