mirror of
https://github.com/woodchen-ink/Oapi-Feishu.git
synced 2025-07-18 05:42:08 +08:00
45 lines
801 B
Plaintext
45 lines
801 B
Plaintext
### Go template
|
|
# If you prefer the allow list template instead of the deny list, see community template:
|
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
#
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
./code/target
|
|
.idea
|
|
.vscode
|
|
.s
|
|
|
|
config.yaml
|
|
|
|
|
|
|
|
/code/target/
|
|
start-feishubot
|
|
.env
|
|
|
|
docker.md
|
|
# Mac OS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
*.pem
|
|
|
|
pkg
|
|
# 方便在本地放一些不用上传给 github 的文档,只需要在本地建立一个 ignore 文件夹,然后把需要忽略的文件放进去就行了
|
|
ignore
|
|
logs |