.gitignore 182 B

1234567891011121314
  1. /.idea
  2. /.vscode
  3. /vendor
  4. *.log
  5. .env
  6. /tests/tmp
  7. /tests/.phpunit.result.cache
  8. /config/app.php
  9. /config/database.php
  10. /config/middleware.php
  11. /config/redis.php
  12. /runtime
  13. /config/server.php