Skip to content

Commit c8dbac6

Browse files
pscheitclaude
andcommitted
exclude dev files from distribution packages
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 043f647 commit c8dbac6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/.github export-ignore
2+
/.phpunit.cache export-ignore
3+
/tests export-ignore
4+
/.dockerignore export-ignore
5+
/.gitignore export-ignore
6+
/.php-cs-fixer.cache export-ignore
7+
/.php-cs-fixer.dist.php export-ignore
8+
/bootstrap.php export-ignore
9+
/docker-compose.yaml export-ignore
10+
/justfile export-ignore
11+
/phpstan.neon export-ignore
12+
/phpunit.dist.xml export-ignore
13+
/rector.php export-ignore
14+
/.gitattributes export-ignore

0 commit comments

Comments
 (0)