This is an automated email from the ASF dual-hosted git repository. peacewong pushed a commit to branch dev-1.3.1 in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
commit b1d19f9c3535d73a94ee8f1609525dd71a0915e9 Author: Jack Xu <[email protected]> AuthorDate: Fri Sep 16 14:39:43 2022 +0800 fix: add apache-linkis-*.tar.gz to .gitignore --- linkis-web/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linkis-web/.gitignore b/linkis-web/.gitignore index f67c885bf..89cc5767e 100644 --- a/linkis-web/.gitignore +++ b/linkis-web/.gitignore @@ -7,7 +7,6 @@ node_modules/ dist/ package-lock.json -wedatasphere-*.zip -apache-linkis-*.zip +apache-linkis-*.tar.gz ./cn.json .env.* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
