v1.2.1
This commit is contained in:
parent
1ccc13da01
commit
b795c1659a
5 changed files with 49 additions and 8 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal 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
|
||||
Loading…
Reference in a new issue