Skip to content

Commit

Permalink
add config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchou committed Aug 2, 2024
1 parent 4711ddf commit 27039e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cleanup-patterns.yml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 斜杠 / 开头的模式将作为【正则表达式】匹配,否则作为【通配符】匹配
remove: |-
.DS_Store
*Thumbs.db
_____padding_file_*
/(免费|必看|扫码)

# 文件名清理规则仅支持【正则表达式】,匹配的字符串将被替换为空串
cleanup: |-
\[\w+\.\w{2,4}\]
^[-_@]+

0 comments on commit 27039e6

Please sign in to comment.