github.com/go-maxhub/gremlins@v1.0.1-0.20231227222204-b03a6a1e3e09/.gitignore (about)

     1  dist/
     2  /docs/site/
     3  out
     4  .idea
     5  
     6  ### Go template
     7  # Binaries for programs and plugins
     8  *.exe
     9  *.exe~
    10  *.dll
    11  *.so
    12  *.dylib
    13  
    14  # Test binary, built with `go test -c`
    15  *.test
    16  
    17  # Output of the go coverage tool, specifically when used with LiteIDE
    18  *.out
    19  
    20  ### Linux
    21  *~
    22  
    23  # temporary files which can be created if a process still has a handle open of a deleted file
    24  .fuse_hidden*
    25  
    26  # KDE directory preferences
    27  .directory
    28  
    29  # Linux trash folder which might appear on any partition or disk
    30  .Trash-*
    31  
    32  # .nfs files are created when an open file is removed but is still being accessed
    33  .nfs*
    34  
    35  ### macOS
    36  # General
    37  .DS_Store
    38  .AppleDouble
    39  .LSOverride
    40  
    41  # Icon must end with two \r
    42  Icon
    43  
    44  # Thumbnails
    45  ._*
    46  
    47  # Files that might appear in the root of a volume
    48  .DocumentRevisions-V100
    49  .fseventsd
    50  .Spotlight-V100
    51  .TemporaryItems
    52  .Trashes
    53  .VolumeIcon.icns
    54  .com.apple.timemachine.donotpresent
    55  
    56  # Directories potentially created on remote AFP share
    57  .AppleDB
    58  .AppleDesktop
    59  Network Trash Folder
    60  Temporary Items
    61  .apdisk
    62  
    63  ### Windows
    64  # Windows thumbnail cache files
    65  Thumbs.db
    66  Thumbs.db:encryptable
    67  ehthumbs.db
    68  ehthumbs_vista.db
    69  
    70  # Dump file
    71  *.stackdump
    72  
    73  # Folder config file
    74  [Dd]esktop.ini
    75  
    76  # Recycle Bin used on file shares
    77  $RECYCLE.BIN/
    78  
    79  # Windows Installer files
    80  *.cab
    81  *.msi
    82  *.msix
    83  *.msm
    84  *.msp
    85  
    86  # Windows shortcuts
    87  *.lnk