.gitignore 109 B

12345678910
  1. /runtime
  2. /.idea
  3. /.vscode
  4. /vendor
  5. *.log
  6. .env
  7. /tests/tmp
  8. /tests/.phpunit.result.cache
  9. /composer.lock
  10. /public/*