mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-25 10:51:03 +02:00
refactor: better error handling
This commit is contained in:
@@ -23,9 +23,10 @@ pub const DEFAULT_EXCLUDE_PATTERNS: &[&str] = &[
|
||||
"blob_storage/**",
|
||||
"*.log",
|
||||
"*.tmp",
|
||||
"LOG",
|
||||
"LOG.old",
|
||||
"LOCK",
|
||||
"**/LOG",
|
||||
"**/LOG.old",
|
||||
"**/LOCK",
|
||||
"**/*-journal",
|
||||
".donut-sync/**",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user