Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

*.php text diff=php

# Keep Claude tooling scripts out of GitHub language stats
/.claude/**/*.py linguist-vendored

# Dev-only, excluded from the Packagist tarball
/.github export-ignore
/tests export-ignore
Expand Down
4 changes: 4 additions & 0 deletions .claude/skills/tiny-blocks-create/assets/config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ infection.log
Thumbs.db
.DS_Store
Desktop.ini

# Cache from .claude Python hooks
__pycache__/
*.pyc
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

*.php text diff=php

# Keep Claude tooling scripts out of GitHub language stats
/.claude/**/*.py linguist-vendored

# Dev-only, excluded from the Packagist tarball
/.github export-ignore
/tests export-ignore
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ infection.log
Thumbs.db
.DS_Store
Desktop.ini

# Cache from .claude Python hooks
__pycache__/
*.pyc
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.52",
"guzzlehttp/psr7": "^2.9",
"guzzlehttp/psr7": "^2.12",
Comment thread
gustavofreze marked this conversation as resolved.
Comment thread
gustavofreze marked this conversation as resolved.
"infection/infection": "^0.33",
"phpstan/phpstan": "^2.2",
"phpunit/phpunit": "^13.1",
Expand Down