This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d9ba946118 [enhance](*): git ignore `package-lock.json`. (#10637) d9ba946118 is described below commit d9ba9461184fb53285051eed7de90dab66111baf Author: jakevin <30525741+jackwe...@users.noreply.github.com> AuthorDate: Wed Jul 6 17:53:22 2022 +0800 [enhance](*): git ignore `package-lock.json`. (#10637) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7d9e11ce9..b8c8b7b9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ derby.log dependency-reduced-pom.xml yarn.lock ut_dir +package-lock.json # ignore all sub `/bin` and `/build` directory **/build/ @@ -78,7 +79,7 @@ be/tags be/test/olap/test_data/tablet_meta_test.hdr be/.devcontainer/ - +## tools tools/ssb-tools/ssb-data/ tools/ssb-tools/ssb-dbgen/ tools/tpch-tools/TPC-H_Tools_v*.zip --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org