mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Initialize Helm charts repository with .gitignore, README, and Jellyfin chart documentation.
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might contain secrets
|
||||
*.secret.yaml
|
||||
*.sealed.yaml
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Helm dependencies
|
||||
charts/*.tgz
|
||||
charts/*/charts/
|
||||
charts/*/tmpcharts/
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
*.bak
|
||||
Reference in New Issue
Block a user