mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
* chore: allow build of argocd-e2e-cluster image for remote testing Signed-off-by: Chris Fry <christopherfry@google.com> * Retrigger CI pipeline Signed-off-by: Chris Fry <christopherfry@google.com> --------- Signed-off-by: Chris Fry <christopherfry@google.com>
29 lines
527 B
Plaintext
29 lines
527 B
Plaintext
# 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
|
|
ui/node_modules/
|
|
test-results/
|
|
test/
|
|
manifests/
|
|
hack/
|
|
docs/
|
|
examples/
|
|
.github/
|
|
!test/container
|
|
!test/e2e/testdata
|
|
!test/fixture
|
|
!test/remote
|
|
!hack/installers
|
|
!hack/gpg-wrapper.sh
|
|
!hack/git-verify-wrapper.sh
|
|
!hack/tool-versions.sh
|
|
!hack/install.sh |