mirror of
https://github.com/moby/moby.git
synced 2026-01-11 02:31:44 +00:00
28 lines
430 B
Plaintext
28 lines
430 B
Plaintext
# If you want to ignore files created by your editor/tools, please consider a
|
|
# [global .gitignore](https://help.github.com/articles/ignoring-files).
|
|
|
|
*~
|
|
*.bak
|
|
*.orig
|
|
.*.swp
|
|
.DS_Store
|
|
thumbs.db
|
|
|
|
# local repository customization
|
|
.envrc
|
|
.bashrc
|
|
.editorconfig
|
|
|
|
# build artifacts
|
|
/bundles/
|
|
/cmd/dockerd/winresources/winres.json
|
|
/cmd/dockerd/*.syso
|
|
|
|
# ci artifacts
|
|
*.exe
|
|
*.gz
|
|
go-test-report.json
|
|
junit-report.xml
|
|
profile.out
|
|
test.main
|