Skip to content

Commit

Permalink
docs(.npmignore): add changelog and readme files
Browse files Browse the repository at this point in the history
更新 .npmignore 文件,将 CHANGELOG.md 和 README.md 以及 README.CN.md 添加到忽略列表中,以避免这些文件在发布 npm 包时被包含进去。

- 这些文件主要用于项目文档和版本记录,不应包含在 npm 包中
- 此更改不影响项目功能,仅用于优化发布流程
  • Loading branch information
playdingnow committed Oct 24, 2024
1 parent 32232f7 commit 28383bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ test
.gitignore
.github
.eslintrc
.prettierrc
.prettierrc
CHANGELOG.md
README.CN.md
README.md

0 comments on commit 28383bf

Please sign in to comment.