github.com/helmwave/helmwave@v0.36.4-0.20240509190856-b35563eba4c6/.gitignore (about)

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