.gitignore 464 B

12345678910111213141516171819202122232425262728
  1. # phpstorm project files
  2. .idea
  3. # netbeans project files
  4. nbproject
  5. # zend studio for eclipse project files
  6. .buildpath
  7. .project
  8. .settings
  9. # windows thumbnail cache
  10. Thumbs.db
  11. # composer itself is not needed
  12. composer.phar
  13. # Mac DS_Store Files
  14. .DS_Store
  15. # phpunit itself is not needed
  16. phpunit.phar
  17. # local phpunit config
  18. /phpunit.xml
  19. *.log
  20. *.ldb
  21. *.ldm
  22. docker
  23. sapi/runtime/logs/*
  24. !sapi/runtime/logs/.gitkeep
  25. /common/config/startup.php
  26. /.git-rewrite/
  27. /license.txt
  28. passwd