mirror of
https://github.com/wolfydw/backup_OBS.git
synced 2026-05-08 06:37:02 +08:00
Initial backup
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 常见不需要纳入备份的临时/缓存/日志等
|
||||
*.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/
|
||||
Reference in New Issue
Block a user