.gitignore 318 B

123456789101112131415161718192021
  1. /.idea
  2. /.vscode
  3. /.well-known
  4. /bootstrap/cache/*
  5. /storage/framework/cache/*
  6. /storage/framework/sessions/*
  7. /storage/framework/testing/*
  8. /storage/framework/views/*
  9. /elkconf
  10. /vendor
  11. /config
  12. /public
  13. *.DS_Store
  14. *.log
  15. .env
  16. .env.backup
  17. .phpunit.result.cache
  18. docker-compose.override.yml
  19. Homestead.json
  20. Homestead.yaml
  21. .gitignore