Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(cleanup): 添加 CNAME 文件并更新清理脚本
- 在项目根目录下创建 CNAME 文件,内容为 "legado.aoaostar.com"
- 更新 cleanup.py 脚本,将 CNAME 文件添加到保留文件列表中
  • Loading branch information
aoaostar committed Jan 7, 2025
commit 142389eec996e357ae17cae21f2b5a5fac9ddc12
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legado.aoaostar.com
1 change: 1 addition & 0 deletions src/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"!runtime",
"index.html",
"README.md",
"CNAME",
]

spec = PathSpec.from_lines(patterns.GitWildMatchPattern, file_patterns)
Expand Down