.gitignore 662 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 vendor dir
  12. ./vendor/
  13. # composer itself is not needed
  14. composer.phar
  15. # Mac DS_Store Files
  16. .DS_Store
  17. # phpunit itself is not needed
  18. phpunit.phar
  19. # local phpunit config
  20. /phpunit.xml
  21. # redis
  22. dump.rdb
  23. # env
  24. .env
  25. #web assets
  26. /web/admin/assets/
  27. /web/assets/
  28. #cache
  29. /cache/
  30. #install
  31. install.bak.php
  32. install.php
  33. #公众号小程序域名校验文件
  34. /web/*.txt
  35. #本地配置文件
  36. *main-local.php
  37. *params-local.php
  38. *TestController.php
  39. #数据库脚本备份文件
  40. #*.sql