socktop-webterm/.gitignore
jasonwitty 1257912c08
Some checks failed
Build and Deploy to K3s / build-and-push (push) Failing after 36s
Build and Deploy to K3s / deploy (push) Has been skipped
switch to https domain name for image registry.
2025-11-28 12:08:24 -08:00

40 lines
662 B
Plaintext

/target
**/*.rs.bk
/node_modules
# Configuration files with sensitive data
files/*.pem
files/alacritty.toml
files/catppuccin-frappe.toml
files/profiles.json
# Docker volumes and logs
logs/
*.log
# Local environment files
.env
.env.local
# OS specific
.DS_Store
Thumbs.db
notes/
# CI/CD sensitive files
kubernetes/gitea-kubeconfig.yaml
kubernetes/kubeconfig-base64.txt
*kubeconfig*.yaml
*kubeconfig*.txt
.gitea/CHECKLIST.md
.gitea/QUICKSTART.md
.gitea/README.md
.gitea/SETUP.md
.gitea/validate-setup.sh
kubernetes/setup-gitea-access.sh
scripts/docker-quickstart.sh
scripts/publish-to-gitea-multiarch.sh
scripts/publish-to-gitea.sh
scripts/verify_upgrade.sh