diff --git a/.tmp b/.tmp
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/zh-cn/repositories-release-checklist.md b/zh-cn/repositories-release-checklist.md
index 2a7c859306c6c1b47e56d8d551158657f11db974..353b2d76173839e29d51019364004c2c486657de 100644
--- a/zh-cn/repositories-release-checklist.md
+++ b/zh-cn/repositories-release-checklist.md
@@ -22,3 +22,4 @@
| 12 | 鸿蒙模块名是否规范 | oh-package.json5 中的 name 是否为 rnoh-xxx,使用 rnoh 代替原库 react-native 前缀,如果没有 react-native 前缀则直接添加 rnoh 前缀。
如:react-native-fast-image => rnoh-fast-image
Shopify/flash-list => rnoh-flash-list |
| 13 | 检查库是否添加平台判断 | 代码需要对标 IOS 进行移植,涉及 platform 代码、xx.ios.tsx 文件等,需要重点关注与修改,建议源码全局进行搜索检查 |
| 14 | 检查库是否测试完全所有暴露接口 | |
+| 15 | 是否包含无用文件 | 如生成的 lib 目录、node_module、package-lock.json 等文件/文件夹需要删除 |