This commit is contained in:
Javier Casares 2026-08-07 14:12:58 +00:00
commit b795c1659a
5 changed files with 49 additions and 8 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Composer dependencies (regenerated with composer install)
/vendor/
# PHPUnit cache
.phpunit.result.cache
# Stray gettext output written by `msgfmt` (without -o) to the CWD.
/messages.mo
# Claude Code config and code graph
/.claude/
/.codegraph/
# OS
.DS_Store
Thumbs.db