This commit is contained in:
lif
2025-10-10 17:47:09 +01:00
commit 520fef57a1
10 changed files with 1302 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Vagrant
.vagrant/
Vagrantfile.local
# Backup files
backup-*/
# Logs
*.log
# Temporary files
*.tmp
*.temp
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Kubernetes
*.kubeconfig
join-command.sh
# Helm
charts/
*.tgz