Files
zulip-platform-plugins/.gitignore
T
Abiba (pi) 2d467ef02c
CI / validate (push) Failing after 7s
CI / deploy (push) Has been skipped
ci: Gitea Actions runner + real deploy workflows + git hooks
2026-06-28 00:31:32 +00:00

37 lines
384 B
Plaintext

# Config files with secrets — NEVER commit
config.yaml
*.local.yaml
# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
# Build outputs
dist/
*.tsbuildinfo
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
deploy.log
# Gitea runner
.act_runner/
.cache/act/
# Git hooks (installed locally)
.githooks/
# PM2 ecosystem (local configs)
ecosystem.*.config.cjs