github.com/fredbi/git-chglog@v0.0.0-20190706071416-d35c598eac81/.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  
    14  # Test binary, build with `go test -c`
    15  *.test
    16  
    17  # Output of the go coverage tool, specifically when used with LiteIDE
    18  *.out
    19  
    20  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    21  .glide/
    22  
    23  ### macOS ###
    24  *.DS_Store
    25  .AppleDouble
    26  .LSOverride
    27  
    28  # Icon must end with two \r
    29  Icon
    30  
    31  # Thumbnails
    32  ._*
    33  
    34  # Files that might appear in the root of a volume
    35  .DocumentRevisions-V100
    36  .fseventsd
    37  .Spotlight-V100
    38  .TemporaryItems
    39  .Trashes
    40  .VolumeIcon.icns
    41  .com.apple.timemachine.donotpresent
    42  
    43  # Directories potentially created on remote AFP share
    44  .AppleDB
    45  .AppleDesktop
    46  Network Trash Folder
    47  Temporary Items
    48  .apdisk
    49  
    50  ### OSX ###
    51  
    52  # Icon must end with two \r
    53  
    54  # Thumbnails
    55  
    56  # Files that might appear in the root of a volume
    57  
    58  # Directories potentially created on remote AFP share
    59  
    60  
    61  # End of https://www.gitignore.io/api/osx,macos,go