.gitignore 396 B

1234567891011121314151617181920212223242526272829303132
  1. # yii console command
  2. # /yii
  3. # /yii_test
  4. # /yii_test.bat
  5. # phpstorm project files
  6. .idea
  7. # netbeans project files
  8. # nbproject
  9. # zend studio for eclipse project files
  10. # .buildpath
  11. # .project
  12. # .settings
  13. # windows thumbnail cache
  14. # Thumbs.db
  15. # composer vendor dir
  16. # composer itself is not needed
  17. # composer.phar
  18. # Mac DS_Store Files
  19. .DS_Store
  20. # phpunit itself is not needed
  21. # phpunit.phar