https://github.com/argoproj/argo-cd
Revision cd4bb2553d4d3b9a8ba808adbd65c15ce11d9cfa authored by Jesse Suen on 22 March 2019, 18:58:31 UTC, committed by Jesse Suen on 22 March 2019, 18:58:31 UTC
1 parent 47e86f6
Raw File
Tip revision: cd4bb2553d4d3b9a8ba808adbd65c15ce11d9cfa authored by Jesse Suen on 22 March 2019, 18:58:31 UTC
Update version and manifests v0.12.0
Tip revision: cd4bb25
.dockerignore
# Prevent vendor directory from being copied to ensure we are not not pulling unexpected cruft from 
# a user's workspace, and are only building off of what is locked by dep.
.vscode/
.idea/
.DS_Store
vendor/
dist/
*.iml
# delve debug binaries
cmd/**/debug
debug.test
coverage.out
back to top