github.com/loomnetwork/gamechain@v0.0.0-20200406110549-36c47eb97a92/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, build with `go test -c`
     9  *.test
    10  *.*.swp
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Gopath
    16  /vendor
    17  
    18  # VS Code
    19  .history
    20  
    21  # GoLand
    22  .idea
    23  
    24  # Protobuf generated
    25  /types/zb/zb_calls/ZbCalls.cs
    26  /types/zb/zb_calls/zb_calls.pb.go
    27  /types/zb/zb_data/ZbData.cs
    28  /types/zb/zb_data/zb_data.pb.go
    29  /types/zb/zb_enums/ZbEnums.cs
    30  /types/zb/zb_enums/zb_enums.pb.go
    31  /types/zb/zb_custombase/ZbCustombase.cs
    32  /types/zb/zb_custombase/zb_custombase.pb.go
    33  /types/nullable/nullable_pb/nullable.pb.go
    34  /types/nullable/nullable_pb/Nullable.cs
    35  /types/nullable/nullable_test_pb/nullable_test.pb.go
    36  /types/oracle/oracle.pb.go
    37  
    38  # App specific
    39  /app.db
    40  /evm.db
    41  /receipts_db
    42  /chaindata
    43  /contracts
    44  
    45  *.log
    46  /bin
    47  protoc-gen-gogo
    48  abigen
    49  genesis.json
    50  loom
    51  replays/*
    52  !replays/.gitkeep
    53  tools/replay_logger/replays/*
    54  dev-scripts/config.toml
    55  dev-scripts/purchaseGatewayPrivateKeyHex.txt