Files
hyapi-server/.gitignore
2026-07-23 15:13:49 +08:00

56 lines
733 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.

# 日志文件
logs/
*.log
file
# 编译输出
bin/
dist/
# IDE文件
.vscode/
.idea/
*.swp
*.swo
# 操作系统文件
.DS_Store
Thumbs.db
# 环境变量文件
.env
.env.local
.env.production
# 临时文件
tmp/
temp/
console
# 依赖目录
vendor/
# 测试覆盖率文件
coverage.out
coverage.html
# 字体文件(大文件,不进行版本控制)
internal/shared/pdf/fonts/*.ttf
internal/shared/pdf/fonts/*.ttc
internal/shared/pdf/fonts/*.otf
# Pure Component 目录(用于持久化存储,不进行版本控制)
resources/Pure_Component/
# 其他
*.exe
*.exe*
*.dll
*.so
*.dylib
cmd/api/__debug_bin*
# 戎行 OpenVPN 机密(仅保留 secrets/openvpn/.gitkeep
secrets/openvpn/*
!secrets/openvpn/.gitkeep