robotstxt-ai-translator/.gitignore
2026-08-07 14:12:58 +00:00

16 lines
276 B
Text

# 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