diff --git a/.gitingore b/.gitingore
index 9587cad79c9b94f94c68c1344207fe28f60d8aed_LmdpdGluZ29yZQ==..bf3d32217b42bbbdc6d89a02ee94192c31a089dd_LmdpdGluZ29yZQ== 100644
--- a/.gitingore
+++ b/.gitingore
@@ -1,1 +1,2 @@
 /app
+/vendor.orig/
diff --git a/README.md b/README.md
index 9587cad79c9b94f94c68c1344207fe28f60d8aed_UkVBRE1FLm1k..bf3d32217b42bbbdc6d89a02ee94192c31a089dd_UkVBRE1FLm1k 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@
 ### Example Application
 * [`main.go`](/main.go) - The Golang example application code.
 * [`vendor/`](/vendor/) - Contains the Golang example application dependencies (`dep` is used).
+* [`Gopkg.lock`](`/Gopkg.lock`) and [`Gopkg.toml`](`/Gopkg.toml`) - Golang `dep` .
 
 ### Kubernetes Base GitLab CI Manifests
 * [`gitlab-ci/`](/gitlab-ci/)