github.com/git-chglog/git-chglog@v0.15.5-0.20240126074033-6a6993d52d69/.gitignore (about)

     1  /tmp
     2  /.tmp
     3  /dist
     4  
     5  # Created by https://www.gitignore.io/api/osx,macos,go
     6  
     7  ### Go ###
     8  # Binaries for programs and plugins
     9  *.exe
    10  *.dll
    11  *.so
    12  *.dylib
    13  /git-chglog
    14  
    15  # Test binary, build with `go test -c`
    16  *.test
    17  
    18  # Output of the go coverage tool, specifically when used with LiteIDE
    19  *.out
    20  
    21  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    22  .glide/
    23  
    24  # in https://github.com/git-chglog/git-chglog/pull/85 we moved from dep to gomod
    25  vendor
    26  
    27  ### macOS ###
    28  *.DS_Store
    29  .AppleDouble
    30  .LSOverride
    31  
    32  # Icon must end with two \r
    33  Icon
    34  
    35  # Thumbnails
    36  ._*
    37  
    38  # Intellij IDEA
    39  *.iml
    40  .idea
    41  
    42  # vscode IDE
    43  .vscode
    44  
    45  # Files that might appear in the root of a volume
    46  .DocumentRevisions-V100
    47  .fseventsd
    48  .Spotlight-V100
    49  .TemporaryItems
    50  .Trashes
    51  .VolumeIcon.icns
    52  .com.apple.timemachine.donotpresent
    53  
    54  # Directories potentially created on remote AFP share
    55  .AppleDB
    56  .AppleDesktop
    57  Network Trash Folder
    58  Temporary Items
    59  .apdisk
    60  
    61  ### OSX ###
    62  
    63  # Icon must end with two \r
    64  
    65  # Thumbnails
    66  
    67  # Files that might appear in the root of a volume
    68  
    69  # Directories potentially created on remote AFP share
    70  
    71  
    72  # End of https://www.gitignore.io/api/osx,macos,go