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

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