.gitignore 325 B

12345678910111213141516171819202122
  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.json
  17. tmp
  18. test/