.gitignore 356 B

12345678910111213141516171819202122232425
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. .idea/
  8. .vscode/
  9. chatgpt-dingtalk
  10. # Test binary, built with `go test -c`
  11. *.test
  12. # Output of the go coverage tool, specifically when used with LiteIDE
  13. *.out
  14. # Dependency directories (remove the comment below to include it)
  15. # vendor/
  16. config.yml
  17. dingtalkbot.sqlite
  18. tmp
  19. test/
  20. images/
  21. data/