29 lines
313 B
Plaintext
29 lines
313 B
Plaintext
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# IDE settings
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs and temp files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Environment and local config
|
|
.env
|
|
.env.*
|
|
*.local
|
|
|
|
# Runtime caches
|
|
.cache/
|
|
|
|
# Script download artifacts (if interrupted)
|
|
kubectl
|
|
velero-*-linux-amd64/
|
|
velero-*-linux-amd64.tar.gz
|