.gitignore 547 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # doc file
  2. .a.updateBefore.md
  3. /feepackage
  4. recp.sh
  5. # yii console command
  6. /yii
  7. # phpstorm project files
  8. .idea
  9. # netbeans project files
  10. nbproject
  11. # zend studio for eclipse project files
  12. .buildpath
  13. .project
  14. .settings
  15. # windows thumbnail cache
  16. Thumbs.db
  17. # composer vendor dir
  18. /packages
  19. # composer itself is not needed
  20. composer.phar
  21. # Mac DS_Store Files
  22. .DS_Store
  23. # phpunit itself is not needed
  24. phpunit.phar
  25. # local phpunit config
  26. /phpunit.xml
  27. # vagrant runtime
  28. /.vagrant
  29. /backend
  30. /doc
  31. /frontend
  32. doc.sh
  33. cp.sh
  34. myreadme.txt
  35. composer.lock