.gitignore 74 B

123456789
  1. /.idea
  2. /.vscode
  3. /vendor
  4. *.log
  5. .env
  6. /runtime
  7. /config
  8. /config/*.php
  9. /extend