Skip to content

Commit 7c73155

Browse files
jdufresnejaapio
authored andcommitted
Add gitattributes file
Used to allow composer to ignore tests and other development files in distribution of releases.
1 parent a41a31f commit 7c73155

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.scrutinizer.yml export-ignore
4+
/.travis.yml export-ignore
5+
/composer.lock export-ignore
6+
/examples/ export-ignore
7+
/phpmd.xml.dist export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/tests/ export-ignore

0 commit comments

Comments
 (0)