github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/.gitignore (about)

     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
     8  Thumbs.db
     9  .editorconfig
    10  /build/
    11  /cli/winresources/versioninfo.json
    12  /cli/winresources/*.syso
    13  profile.out
    14  
    15  # top-level go.mod is not meant to be checked in
    16  /go.mod
    17  /go.sum