Files
backup_OBS/exclude.list
T
2026-03-16 15:53:38 +08:00

24 lines
237 B
Plaintext

# 常见不需要纳入备份的临时/缓存/日志等
*.log
*.log.*
*.tmp
*.swp
*.swo
.cache/
.npm/_cacache/
node_modules/
tmp/
temp/
__pycache__/
.DS_Store
Thumbs.db
*.pid
*.sock
*.lock
.idea/
.vscode/
*.o
*.class
target/
build/
dist/