github.com/frostornge/solgen@v0.1.3/.gitignore (about)

     1  # Created by https://www.gitignore.io/api/go,code,macos,windows
     2  # Edit at https://www.gitignore.io/?templates=go,code,macos,windows
     3  
     4  .idea
     5  test/proto
     6  test/ethereum
     7  test/klaytn
     8  
     9  ### Code ###
    10  .vscode/*
    11  !.vscode/settings.json
    12  !.vscode/tasks.json
    13  !.vscode/launch.json
    14  !.vscode/extensions.json
    15  
    16  ### Go ###
    17  # Binaries for programs and plugins
    18  *.exe
    19  *.exe~
    20  *.dll
    21  *.so
    22  *.dylib
    23  
    24  # Test binary, built with `go test -c`
    25  *.test
    26  
    27  # Output of the go coverage tool, specifically when used with LiteIDE
    28  *.out
    29  
    30  # Dependency directories (remove the comment below to include it)
    31  # vendor/
    32  
    33  ### Go Patch ###
    34  /vendor/
    35  /Godeps/
    36  
    37  ### macOS ###
    38  # General
    39  .DS_Store
    40  .AppleDouble
    41  .LSOverride
    42  
    43  # Icon must end with two \r
    44  Icon
    45  
    46  # Thumbnails
    47  ._*
    48  
    49  # Files that might appear in the root of a volume
    50  .DocumentRevisions-V100
    51  .fseventsd
    52  .Spotlight-V100
    53  .TemporaryItems
    54  .Trashes
    55  .VolumeIcon.icns
    56  .com.apple.timemachine.donotpresent
    57  
    58  # Directories potentially created on remote AFP share
    59  .AppleDB
    60  .AppleDesktop
    61  Network Trash Folder
    62  Temporary Items
    63  .apdisk
    64  
    65  ### Windows ###
    66  # Windows thumbnail cache files
    67  Thumbs.db
    68  Thumbs.db:encryptable
    69  ehthumbs.db
    70  ehthumbs_vista.db
    71  
    72  # Dump file
    73  *.stackdump
    74  
    75  # Folder config file
    76  [Dd]esktop.ini
    77  
    78  # Recycle Bin used on file shares
    79  $RECYCLE.BIN/
    80  
    81  # Windows Installer files
    82  *.cab
    83  *.msi
    84  *.msix
    85  *.msm
    86  *.msp
    87  
    88  # Windows shortcuts
    89  *.lnk
    90  
    91  # End of https://www.gitignore.io/api/go,code,macos,windows
    92  /test/bind/