github.com/BrandonManuel/git-chglog@v0.0.0-20200903004639-7a62fa08787a/.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  ### macOS ###
    25  *.DS_Store
    26  .AppleDouble
    27  .LSOverride
    28  
    29  # Icon must end with two \r
    30  Icon
    31  
    32  # Thumbnails
    33  ._*
    34  
    35  # Intellij IDEA
    36  *.iml
    37  .idea
    38  
    39  # Files that might appear in the root of a volume
    40  .DocumentRevisions-V100
    41  .fseventsd
    42  .Spotlight-V100
    43  .TemporaryItems
    44  .Trashes
    45  .VolumeIcon.icns
    46  .com.apple.timemachine.donotpresent
    47  
    48  # Directories potentially created on remote AFP share
    49  .AppleDB
    50  .AppleDesktop
    51  Network Trash Folder
    52  Temporary Items
    53  .apdisk
    54  
    55  ### OSX ###
    56  
    57  # Icon must end with two \r
    58  
    59  # Thumbnails
    60  
    61  # Files that might appear in the root of a volume
    62  
    63  # Directories potentially created on remote AFP share
    64  
    65  
    66  # End of https://www.gitignore.io/api/osx,macos,go