.gitignore 70 B

123456789
  1. /vendor/
  2. composer.lock
  3. *.cache
  4. *.log
  5. /hooks
  6. .idea
  7. runtime
  8. config
  9. .env*