frontend/chart/.helmignore
zhanghaogang 6391df55ef
All checks were successful
Build image / build (push) Successful in 5m18s
feat: 添加Helm Chart打包和推送脚本
- 实现Helm Chart的自动打包功能
- 支持将打包后的Chart推送到OCI仓库
- 自动清理生成的Chart包文件"
2025-03-13 10:45:01 +08:00

24 lines
349 B
Plaintext

# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/