github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/.gitignore (about)

     1  # build target
     2  target
     3  bin/
     4  
     5  # tests
     6  test_scratch/
     7  *.log
     8  .keys
     9  .burrow*
    10  burrow.toml
    11  burrow???.toml
    12  
    13  # Temporary / cached
    14  *.swp
    15  .idea
    16  .vscode
    17  
    18  .gopath_bos
    19  
    20  commit_hash.txt
    21  
    22  tests/keys/
    23  .output.json
    24  vendor/
    25  node_modules
    26  js/dist
    27  
    28  helm/package
    29  build/
    30  .pid