github.com/imgk/memory-go@v0.0.0-20220328012817-37cdd311f1a3/.gitignore (about)

     1  # General
     2  .DS_Store
     3  .AppleDouble
     4  .LSOverride
     5  .idea/
     6  
     7  # Icon must end with two \r
     8  # Icon
     9  
    10  # go mod vendor
    11  vendor
    12  
    13  # Thumbnails
    14  ._*
    15  
    16  # Files that might appear in the root of a volume
    17  .DocumentRevisions-V100
    18  .fseventsd
    19  .Spotlight-V100
    20  .TemporaryItems
    21  .Trashes
    22  .VolumeIcon.icns
    23  .com.apple.timemachine.donotpresent
    24  
    25  # Directories potentially created on remote AFP share
    26  .AppleDB
    27  .AppleDesktop
    28  Network Trash Folder
    29  Temporary Items
    30  .apdisk
    31  
    32  # Project related
    33  *.exe
    34  *.json
    35  *.mmdb
    36  *.syso
    37  *.dll