Skip to content

Commit 0fd8a3c

Browse files
committed
Add .gitattributes
Let's ignore these files and folder while installing this package via composer.
1 parent 6d0c895 commit 0fd8a3c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.gitattributes export-ignore
2+
.github export-ignore
3+
.gitignore export-ignore
4+
.travis.yml export-ignore
5+
CHANGELOG.md export-ignore
6+
CONTRIBUTING.md export-ignore
7+
Makefile export-ignore
8+
README.md export-ignore
9+
phpunit.xml export-ignore
10+
tests export-ignore

0 commit comments

Comments
 (0)