mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
33 lines
601 B
Plaintext
33 lines
601 B
Plaintext
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
.run/
|
|
vendor/
|
|
dist/*
|
|
ui/dist/app/*
|
|
!ui/dist/app/gitkeep
|
|
site/
|
|
*.iml
|
|
.tilt-bin/
|
|
# delve debug binaries
|
|
cmd/**/debug
|
|
debug.test
|
|
coverage.out
|
|
test-results
|
|
.scannerwork
|
|
.scratch
|
|
node_modules/
|
|
.kube/
|
|
./test/cmp/*.sock
|
|
.envrc.remote
|
|
.*.swp
|
|
rerunreport.txt
|
|
|
|
# ignore built binaries
|
|
cmd/argocd/argocd
|
|
cmd/argocd-application-controller/argocd-application-controller
|
|
cmd/argocd-repo-server/argocd-repo-server
|
|
cmd/argocd-server/argocd-server
|
|
|
|
# ignore generated `.argocd-helm-dep-up` marker file; this should not be committed to git
|
|
reposerver/repository/testdata/**/.argocd-helm-dep-up |