This is an automated email from the ASF dual-hosted git repository. robin0716 pushed a commit to branch feat/1.7.2/ui in repository https://gitbox.apache.org/repos/asf/answer.git
commit 762e8a739d39e37aada9367bb7d6749022ea4425 Author: robin <[email protected]> AuthorDate: Thu Dec 25 11:51:14 2025 +0800 fix(gitignore): correct node_modules entry and remove specific plugin exceptions --- ui/.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/.gitignore b/ui/.gitignore index a73983ee..3b1e96bd 100644 --- a/ui/.gitignore +++ b/ui/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules +node_modules /.pnp .pnp.js @@ -36,6 +36,4 @@ package-lock.json /src/plugins/* !/src/plugins/builtin !/src/plugins/Demo -!/src/plugins/answer-chart -!/src/plugins/answer-formula /src/plugins/*/*.go
