当前Pull Request已关闭, 关闭人@
Hey @chenyuchen2024, Welcome to openGauss Community.
All of the projects in openGauss Community are maintained by @opengauss_bot.
That means the developers can comment below every pull request or issue to trigger Bot Commands.
Please follow instructions at Here to find the details.


@chenyuchen2024 , PullRequest must be associated with at least one issue.


Hi @chenyuchen2024,
if you want to get quick review about your pull request, please contact the owner in first: @he-chenghan ,
and then any of the maintainers: @xiong_xjun
and then any of the committers: @justbk , @totaj , @he-chenghan , @ywzq1161327784 , @woqutech_0 , @wmy_ld
if you have any question, please contact the SIG: Tools.


/check-cla


@chenyuchen2024, thanks for your pull request. All authors of the commits have signed the CLA. 👋


| Check Name | Build Result | Build Details |
|---|---|---|
| openGauss_datakit_PR | ✅ SUCCESS | #996 |


| Check Name | Build Result | Build Details |
|---|---|---|
| openGauss_datakit_PR | ✅ SUCCESS | #999 |


【标题】(请简要描述下实现的内容)
优化npm build静态资源过多占用git记录问题
【实现内容】:
在根目录底下.gitignore增加了一行**/resources/resources
【根因分析】:
因为mvn之后各个plugin会将生成的静态文件都复制到各自的src/main/resources/resources文件夹下,此类文件夹会有500+的新增文件没有被忽略,极其影响git提交效率。
【实现方案】:
在根目录底下.gitignore增加了一行**/resources/resources
【关联需求或issue】:
【开发自验报告】:
【其他说明】: