github.com/zntrio/harp/v2@v2.0.9/.gitignore (about)

     1  ### Go ###
     2  # Binaries for programs and plugins
     3  *.exe
     4  *.exe~
     5  *.dll
     6  *.so
     7  *.dylib
     8  
     9  # Test binary, built with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Dependency directories (remove the comment below to include it)
    16  # vendor/
    17  
    18  ### Go Patch ###
    19  /vendor/
    20  /Godeps/
    21  
    22  # Output of the go coverage tool, specifically when used with LiteIDE
    23  *.gen.go
    24  bin
    25  vendor
    26  unit-tests.xml
    27  tools/bin
    28  test-results
    29  
    30  ### macOS ###
    31  # General
    32  .DS_Store
    33  .AppleDouble
    34  .LSOverride
    35  
    36  # Icon must end with two \r
    37  Icon
    38  
    39  # Thumbnails
    40  ._*
    41  
    42  # Files that might appear in the root of a volume
    43  .DocumentRevisions-V100
    44  .fseventsd
    45  .Spotlight-V100
    46  .TemporaryItems
    47  .Trashes
    48  .VolumeIcon.icns
    49  .com.apple.timemachine.donotpresent
    50  
    51  # Directories potentially created on remote AFP share
    52  .AppleDB
    53  .AppleDesktop
    54  Network Trash Folder
    55  Temporary Items
    56  .apdisk
    57  
    58  # Release directory used by mage release target (it could be out of source)
    59  dist
    60  .task
    61  
    62  Dockerfile.*
    63  
    64  dist/
    65  result