summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-09-05 06:44:16 -0700
committerVictor Morales <victor.morales@intel.com>2018-09-05 06:47:08 -0700
commit849f6ae8239a818ed03954e581f1818899d86b9c (patch)
tree77732f84714603fb60309646ecb68e83f6464855 /.gitignore
parent897a3ccd55fb562b029525808797d628808e689e (diff)
Use local changes to build images
The current implementation is using an external copy of the source code to buil the docker image. This approach makes hard to debug and try new changes during development phase. This change allows to sync local source code folder between host and guest machines. Change-Id: Ia723499f0e113e5adebb46a0cea6662f703695e5 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e6cf3268..e4c62a1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ target
src/github.com
src/golang.org
src/k8splugin/vendor
+src/k8splugin/.vendor-new/
src/k8splugin/kubeconfig/*
deployments/k8plugin