Files
windmill/.gitignore
2026-02-13 18:28:41 +09:00

49 lines
637 B
Plaintext

# Docker volumes and data
windmill_*/
db_data/
caddy_data/
worker_logs/
# Environment variables (contains sensitive information)
# .env
.env
.env.local
.env.production
# Logs
*.log
logs/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Temporary files
*.tmp
*.bak
*~
# Resolved markdown files (generated by editor)
*.resolved
*.resolved.*
# Windmill workflows - exclude cache and temp files
workflows/.wmill/
# Windmill workflows directory
workflows/.wmill/cache/
workflows/.wmill/tmp/
# But track the actual workflows
!workflows/f/
!workflows/u/
!workflows/g/
!workflows/wmill.yaml
!workflows/wmill-lock.yaml