.gitignore 547 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ### Go template
  2. # Binaries for programs and plugins
  3. *.exe
  4. *.exe~
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, built with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Dependency directories (remove the comment below to include it)
  13. vendor/
  14. *.gz
  15. *.rar
  16. *.tmp
  17. # Other files and folders
  18. .settings/
  19. .idea/
  20. .vscode/
  21. # config file avoid exposing private data
  22. *_dev.yaml
  23. # Build files
  24. *_api
  25. *_rpc
  26. wechat-api
  27. etc/wechat.yaml
  28. /etc/wechat.yaml
  29. cli/asynctask/etc/asynctask-prod.yaml
  30. cli/asynctask/wechat_api_open