github.com/rivy-go/git-changelog@v0.0.0-20240424224517-b86e6ab57773/.gitignore (about)

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