github.com/argoproj/argo-cd/v2@v2.10.9/.dockerignore (about) 1 # Prevent vendor directory from being copied to ensure we are not not pulling unexpected cruft from 2 # a user's workspace, and are only building off of what is locked by dep. 3 .vscode/ 4 .idea/ 5 .DS_Store 6 vendor/ 7 dist/ 8 *.iml 9 # delve debug binaries 10 cmd/**/debug 11 debug.test 12 coverage.out 13 ui/node_modules/ 14 test-results/ 15 test/ 16 manifests/ 17 hack/ 18 docs/ 19 examples/ 20 .github/ 21 !test/container 22 !test/e2e/testdata 23 !test/fixture 24 !test/remote 25 !hack/installers 26 !hack/gpg-wrapper.sh 27 !hack/git-verify-wrapper.sh 28 !hack/tool-versions.sh 29 !hack/install.sh