.gitignore 579 B

123456789101112131415161718192021222324252627282930313233343536373839
  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
  22. # local phpunit config
  23. /phpunit.xml
  24. composer.lock
  25. backend/tests/acceptance.suite.yml
  26. frontend/tests/acceptance.suite.yml
  27. api/tests/acceptance.suite.yml
  28. api/tests/functional.suite.yml
  29. install/install.lock