...

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

Documentation: github.com/docker/cli

     1# if you want to ignore files created by your editor/tools,
     2# please consider a global .gitignore https://help.github.com/articles/ignoring-files
     3*.exe
     4*.exe~
     5*.orig
     6.*.swp
     7.DS_Store
     8Thumbs.db
     9.editorconfig
    10/build/
    11/cli/winresources/versioninfo.json
    12/cli/winresources/*.syso
    13profile.out
    14
    15# top-level go.mod is not meant to be checked in
    16/go.mod
    17/go.sum

View as plain text