mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
13 lines
298 B
Text
13 lines
298 B
Text
# 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/
|