Skip to content

Commit 42cba17

Browse files
authored
Merge pull request #181 from Kocal/git-attributes
Add .gitattributes to exclude files from releases
2 parents b3efa9b + 4d5ca38 commit 42cba17

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+
# Exclude build/test files from the release
2+
/tests export-ignore
3+
/.git* export-ignore
4+
/.php-cs-fixer.dist.php export-ignore
5+
/phpstan.neon.dist export-ignore
6+
/phpunit.xml export-ignore
7+
/test-server.php export-ignore
8+
/test-terminal.php export-ignore
9+
/UPGRADING.md export-ignore

0 commit comments

Comments
 (0)