Skip to content
Snippets Groups Projects
Commit bf3d32217b42 authored by Alexander Trost's avatar Alexander Trost
Browse files

Added Gopkg.* files to README file structure section

Added /vendor.orig to .gitignore
parent 9587cad79c9b
No related branches found
No related tags found
No related merge requests found
/app /app
/vendor.orig/
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
### Example Application ### Example Application
* [`main.go`](/main.go) - The Golang example application code. * [`main.go`](/main.go) - The Golang example application code.
* [`vendor/`](/vendor/) - Contains the Golang example application dependencies (`dep` is used). * [`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 ### Kubernetes Base GitLab CI Manifests
* [`gitlab-ci/`](/gitlab-ci/) * [`gitlab-ci/`](/gitlab-ci/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment