github.com/FabianKramm/notify@v0.9.3-0.20210719135015-4705c29227a1/.gitignore (about)

     1  # Created by https://www.gitignore.io
     2  
     3  ### OSX ###
     4  .DS_Store
     5  .AppleDouble
     6  .LSOverride
     7  
     8  # Icon must end with two \r
     9  Icon
    10  
    11  
    12  # Thumbnails
    13  ._*
    14  
    15  # Files that might appear on external disk
    16  .Spotlight-V100
    17  .Trashes
    18  
    19  # Directories potentially created on remote AFP share
    20  .AppleDB
    21  .AppleDesktop
    22  Network Trash Folder
    23  Temporary Items
    24  .apdisk
    25  
    26  
    27  ### Windows ###
    28  # Windows image file caches
    29  Thumbs.db
    30  ehthumbs.db
    31  
    32  # Folder config file
    33  Desktop.ini
    34  
    35  # Recycle Bin used on file shares
    36  $RECYCLE.BIN/
    37  
    38  # Windows Installer files
    39  *.cab
    40  *.msi
    41  *.msm
    42  *.msp
    43  
    44  # Windows shortcuts
    45  *.lnk
    46  
    47  
    48  ### Linux ###
    49  *~
    50  
    51  # KDE directory preferences
    52  .directory
    53  
    54  
    55  ### Go ###
    56  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    57  *.o
    58  *.a
    59  *.so
    60  
    61  # Folders
    62  _obj
    63  _test
    64  
    65  # Architecture specific extensions/prefixes
    66  *.[568vq]
    67  [568vq].out
    68  
    69  *.cgo1.go
    70  *.cgo2.c
    71  _cgo_defun.c
    72  _cgo_gotypes.go
    73  _cgo_export.*
    74  
    75  _testmain.go
    76  
    77  *.exe
    78  *.test
    79  *.prof
    80  
    81  
    82  ### vim ###
    83  [._]*.s[a-w][a-z]
    84  [._]s[a-w][a-z]
    85  *.un~
    86  Session.vim
    87  .netrwhist
    88  *~
    89  
    90  ### JetBrains files ###
    91  .idea/
    92  *.iml