github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/.gitignore (about) 1 # Docker project generated files to ignore 2 # if you want to ignore files created by your editor/tools, 3 # please consider a global .gitignore https://help.github.com/articles/ignoring-files 4 *.exe 5 *.exe~ 6 *.gz 7 *.orig 8 test.main 9 .*.swp 10 .DS_Store 11 # a .bashrc may be added to customize the build environment 12 .bashrc 13 .editorconfig 14 .gopath/ 15 .go-pkg-cache/ 16 bundles/ 17 cli/winresources/**/winres.json 18 cli/winresources/**/*.syso 19 cmd/dockerd/dockerd 20 contrib/builder/rpm/*/changelog 21 vendor/pkg/ 22 go-test-report.json 23 profile.out 24 junit-report.xml 25 26 # top-level go.mod is not meant to be checked in 27 /go.mod