| 1234567891011121314151617181920212223 |
- /vendor/
- /data/
- /.env
- /.env.local
- .DS_Store
- /var/www/data/
- *.sqlite
- *.sqlite-journal
- /node_modules/
- /.phpunit.cache/
- # Locally-bootstrapped composer.phar used to run composer without a global install.
- /composer
- /composer.phar
- # Claude Code agent runtime — worktrees + session scratch.
- # Ignore everything under .claude/ except the committed agent + skill
- # definitions, which ship with the repo so any teammate gets `/check`.
- /.claude/*
- !/.claude/agents/
- !/.claude/skills/
- # Compiled by the Docker CSS builder stage (or `npm run build:css` for local dev).
- /public/assets/css/app.css
- /public/assets/js/vendor/
- /data/twig-cache/
|