...

Text file src/github.com/docker/cli/.dockerignore

Documentation: github.com/docker/cli

     1/build/
     2/cli/winresources/versioninfo.json
     3/cli/winresources/*.syso
     4/man/man*/
     5/man/vendor/
     6/man/go.sum
     7/docs/yaml/
     8/docs/vendor/
     9/docs/go.sum
    10profile.out
    11
    12# top-level go.mod is not meant to be checked in
    13/go.mod
    14/go.sum

View as plain text