Skip to content

Commit aca06bf

Browse files
committed
Add coveralls, github and makefile to gitattributes
1 parent eb3174b commit aca06bf

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.gitattributes

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
/.coveralls.yml export-ignore
2+
/.editorconfig export-ignore
3+
/.github export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/Makefile export-ignore
7+
/phpcs.xml.dist export-ignore
8+
/phpstan.neon.dist export-ignore
9+
/phpunit.xml.dist export-ignore
10+
/README.md export-ignore
111
/tests export-ignore
2-
.editorconfig export-ignore
3-
.gitattributes export-ignore
4-
.gitignore export-ignore
5-
.travis.yml export-ignore
6-
phpcs.xml export-ignore
7-
phpunit.xml.dist export-ignore
8-
README.md export-ignore

0 commit comments

Comments
 (0)