Skip to content

Commit 3f36dbf

Browse files
authored
Merge pull request #12 from mauricius/bugfix/exclude-tests
Add gitattributes file
2 parents 9c111be + 3743b20 commit 3f36dbf

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+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/phpunit.xml.dist export-ignore
8+
/tests export-ignore
9+
/.editorconfig export-ignore
10+
.phpunit.result.cache export-ignore

0 commit comments

Comments
 (0)