# HG changeset patch
# User Alexander Trost <galexrt@googlemail.com>
# Date 1529063778 -7200
#      Fri Jun 15 13:56:18 2018 +0200
# Node ID bf3d32217b42bbbdc6d89a02ee94192c31a089dd
# Parent  9587cad79c9b94f94c68c1344207fe28f60d8aed
Added Gopkg.* files to README file structure section

Added /vendor.orig to .gitignore

diff --git a/.gitingore b/.gitingore
--- a/.gitingore
+++ b/.gitingore
@@ -1,1 +1,2 @@
 /app
+/vendor.orig/
diff --git a/README.md b/README.md
--- 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/)