github.com/argoproj/argo-cd@v1.8.7/.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/