Files
GoTunnel/.gitignore
Flik 0b51e0e3cf 1
2025-12-26 19:31:56 +08:00

41 lines
407 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 编译输出
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go
*.test
*.out
go.work
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 前端 node_modules
web/node_modules/
# 构建产物 (源码在 web/dist嵌入用的在 pkg/webserver/dist)
web/dist/
pkg/webserver/dist/
**/dist/**
build/**
# 日志
*.log
# 配置文件 (包含敏感信息)
server.yaml
client.yaml