github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/.gitignore (about) 1 # If you want to ignore files created by your editor/tools, please consider a 2 # [global .gitignore](https://help.github.com/articles/ignoring-files). 3 4 *~ 5 *.bak 6 *.orig 7 .*.swp 8 .DS_Store 9 thumbs.db 10 11 # local repository customization 12 .envrc 13 .bashrc 14 .editorconfig 15 16 # build artifacts 17 bundles/ 18 cli/winresources/*/*.syso 19 cli/winresources/*/winres.json 20 contrib/builder/rpm/*/changelog 21 22 # ci artifacts 23 *.exe 24 *.gz 25 go-test-report.json 26 junit-report.xml 27 profile.out 28 test.main