github.com/aakash4dev/cometbft@v0.38.2/.gitignore (about)

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