...

Text file src/github.com/docker/go-connections/.gitignore

Documentation: github.com/docker/go-connections

     1# if you want to ignore files created by your editor/tools, consider using a
     2# global .gitignore or .git/info/exclude see https://help.github.com/articles/ignoring-files
     3.*
     4!.github
     5!.gitignore
     6# support running go modules in vendor mode for local development
     7vendor/

View as plain text