github.com/vipernet-xyz/tm@v0.34.24/.gitignore (about)

     1  *.swp
     2  *.swo
     3  .bak
     4  *.bak
     5  .DS_Store
     6  build/*
     7  rpc/test/.tendermint
     8  .tendermint
     9  remote_dump
    10  .revision
    11  vendor
    12  .vagrant
    13  test/e2e/build
    14  test/maverick/maverick
    15  test/e2e/networks/*/
    16  test/p2p/data/
    17  test/logs
    18  coverage.txt
    19  docs/_build
    20  docs/dist
    21  docs/.vuepress/dist
    22  *.log
    23  abci-cli
    24  docs/node_modules/
    25  docs/.vuepress/public/rpc
    26  index.html.md
    27  
    28  scripts/wal2json/wal2json
    29  scripts/cutWALUntil/cutWALUntil
    30  
    31  .idea/
    32  *.iml
    33  
    34  .vscode/
    35  
    36  libs/pubsub/query/fuzz_test/output
    37  shunit2
    38  
    39  .tendermint-lite
    40  addrbook.json
    41  
    42  */vendor
    43  .vendor-new/
    44  */.glide
    45  .terraform
    46  terraform.tfstate
    47  terraform.tfstate.backup
    48  terraform.tfstate.d
    49  profile\.out
    50  test/app/grpc_client
    51  test/loadtime/build
    52  test/e2e/build
    53  test/e2e/networks/*/
    54  test/logs
    55  test/maverick/maverick
    56  test/p2p/data/
    57  vendor
    58  test/fuzz/**/corpus
    59  test/fuzz/**/crashers
    60  test/fuzz/**/suppressions
    61  test/fuzz/**/*.zip
    62  *.aux
    63  *.bbl
    64  *.blg
    65  *.pdf
    66  *.gz
    67  *.dvi
    68  # Python virtual environments
    69  .venv