socktop-webterm/.gitignore
jasonwitty bd31410d5a
Some checks failed
Build and Deploy to K3s / test (push) Successful in 2m10s
Build and Deploy to K3s / lint (push) Failing after 1m27s
Build and Deploy to K3s / build-and-push (push) Has been skipped
Build and Deploy to K3s / deploy (push) Has been skipped
Add mdBook documentation with Ghostty-style sidebar
2025-12-01 15:17:35 -08:00

53 lines
943 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
# Documentation build output
static/docs/
# Temporary markdown documentation files
DOCKER_DOCS_FIXED.md
DOCS_TROUBLESHOOTING.md
DOCUMENTATION_SUMMARY.md
QUICK_START_DOCS.md
# 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
scripts/check-setup.sh
scripts/test-docker-config.sh
scripts/prepare-docker-build.sh
scripts/test-docs.sh