github.com/argoproj/argo-cd/v3@v3.2.1/.gitignore (about) 1 .vscode/ 2 .idea/ 3 .DS_Store 4 .run/ 5 vendor/ 6 dist/* 7 ui/dist/app/* 8 !ui/dist/app/gitkeep 9 site/ 10 *.iml 11 .tilt-bin/ 12 # delve debug binaries 13 cmd/**/debug 14 debug.test 15 coverage.out 16 test-results 17 .scannerwork 18 .scratch 19 node_modules/ 20 .kube/ 21 ./test/cmp/*.sock 22 .envrc.remote 23 .*.swp 24 rerunreport.txt 25 26 # ignore built binaries 27 cmd/argocd/argocd 28 cmd/argocd-application-controller/argocd-application-controller 29 cmd/argocd-repo-server/argocd-repo-server 30 cmd/argocd-server/argocd-server 31 32 # ignore generated `.argocd-helm-dep-up` marker file; this should not be committed to git 33 reposerver/repository/testdata/**/.argocd-helm-dep-up