mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
* refactor: integrate app service into main repo * Delete framework/app-service/LICENSE.md * fix(manifest): remove unused manager deploy file * refactor: change the output dir of CRDs to the standard path --------- Co-authored-by: Peng Peng <billpengpeng@gmail.com>
42 lines
740 B
Text
42 lines
740 B
Text
# 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
|
|
.idea
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
.dist
|
|
.manifest
|
|
.dependencies
|
|
install-wizard-*.tar.gz
|
|
olares-cli-*.tar.gz
|
|
!ks-console-*.tgz
|
|
.vscode
|
|
.DS_Store
|
|
cli/output
|
|
daemon/output
|
|
daemon/bin
|
|
|
|
docs/.vitepress/dist/
|
|
docs/.vitepress/cache/
|
|
node_modules
|
|
.idea/
|
|
cli/olares-cli*
|
|
|
|
framework/app-service/bin
|