mirror of
https://github.com/beclab/Olares
synced 2026-05-23 16:58:26 +00:00
This commit included updated code to add a developer mode allowing installation on an unsupported os. Some of the code was made by Chatgpt. Co-authored-by: Cobra Software <crane-tiny-parcel@duck.com>
40 lines
No EOL
712 B
Text
40 lines
No EOL
712 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* |