Skip to content

Commit 3642e83

Browse files
authored
Merge pull request #45 from vhenzl/exclude-files-from-package
Exclude files from package dist
2 parents 4a224ca + 328db91 commit 3642e83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/lib/promise-adapter/tests export-ignore
2+
/tests export-ignore
3+
.editorconfig export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
.php_cs export-ignore
7+
.travis.yml export-ignore
8+
phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)