.gitignore 548 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # netbeans project files
  2. nbproject
  3. # zend studio for eclipse project files
  4. .buildpath
  5. .project
  6. .settings
  7. # windows thumbnail cache
  8. Thumbs.db
  9. ehthumbs.db
  10. Desktop.ini
  11. # composer vendor dir
  12. # composer itself is not needed
  13. composer.phar
  14. composer.json
  15. composer.lock
  16. # Mac DS_Store Files
  17. .DS_Store
  18. # phpunit itself is not needed
  19. phpunit.phar
  20. # local phpunit config
  21. /phpunit.xml
  22. # phpstorm project files
  23. .idea
  24. .cache
  25. .htaccess
  26. /.idea
  27. .vscode
  28. /.vscode
  29. #otherfiles
  30. env.txt
  31. /www/index.php
  32. *.log
  33. *.bin
  34. */node_modules
  35. #www/protected/config/develop.php