Skip to content

Commit 4d5ca38

Browse files
committed
Add .gitattributes to exclude files from releases
1 parent b3efa9b commit 4d5ca38

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)