From 4458ab5d978165106b36998a7e5b1834063cd6ee Mon Sep 17 00:00:00 2001 From: ohmystack Date: Fri, 1 Feb 2019 18:37:19 +0800 Subject: [PATCH] Cleanup pipeline bootstrapper As pipeline bootstrapper has been removed in #739 , the gitignore file and deployment guide should be updated as well. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 139dc24a40b..c0a9308b9e6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,6 @@ bower_components/ # Build output dist -ml-pipeline/ml-pipeline-app -ml-pipeline/kf-app # Web server frontend/server/*.js @@ -51,4 +49,4 @@ vendor bazel-* # VSCode -.vscode \ No newline at end of file +.vscode