Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit de5812a

Browse files
author
Andreu Correa
committed
Add .gitattributes for better packaging
1 parent 58a6c65 commit de5812a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
* text=auto
2+
3+
/phpunit.php export-ignore
4+
/phpunit.xml export-ignore
5+
/CONTRIBUTING.md export-ignore
6+
/README.md export-ignore
7+
/tests export-ignore
8+
/.coveralls.yml export-ignore
9+
/.gitattributes export-ignore
10+
/.gitignore export-ignore
11+
/.scrutinizer.yml export-ignore
12+
/.travis.yml export-ignore

0 commit comments

Comments
 (0)