.gitignore 427 B

123456789101112131415161718192021222324252627282930
  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 itself is not needed
  12. composer.phar
  13. # Mac DS_Store Files
  14. .DS_Store
  15. # phpunit itself is not needed
  16. phpunit.phar
  17. # local phpunit config
  18. /phpunit.xml
  19. # vagrant runtime
  20. /.vagrant
  21. /pingan_h5/pingan_webapi/config.php
  22. /pingan_webmgr/config.php