github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/.gitignore (about)

     1  # OS
     2  .DS_Store
     3  *.swp
     4  *.swo
     5  *.swl
     6  *.swm
     7  *.swn
     8  .vscode
     9  .idea
    10  *.csv
    11  *.tar.gz
    12  *.txt
    13  *.xls
    14  mpt.db
    15  
    16  /rocksdb/
    17  dump.rdb
    18  # Build
    19  .fbchaind
    20  .fbchaincli
    21  vendor*
    22  build
    23  build/fbchaincli
    24  build/fbchaind
    25  tools/
    26  tools/bin/*
    27  examples/build/*
    28  docs/_build
    29  docs/tutorial
    30  dist
    31  tools-stamp
    32  doc
    33  
    34  # Data - ideally these don't exist
    35  baseapp/data/*
    36  client/lcd/keys/*
    37  cmd/fbchaincli/statik/statik.go
    38  mytestnet
    39  doc/statik/statik.go
    40  dev/cache
    41  cmd/launch/launch
    42  cmd/fbchaincli/fbchaincli
    43  cmd/fbchaind/fbchaind
    44  cmd/exchaintool/exchaintool
    45  cmd/tiger/tiger
    46  cmd/fbchaind/testnet_okchain.go
    47  dev/testnet/cache
    48  testnet_exchain.go
    49  tools
    50  
    51  
    52  # Testing
    53  coverage.txt
    54  profile.out
    55  profile.cov
    56  profile_tmp.cov
    57  coverage.html
    58  unittest
    59  
    60  # Vagrant
    61  .vagrant/
    62  *.box
    63  *.log
    64  vagrant
    65  
    66  # IDE
    67  .idea/
    68  *.iml
    69  *.yaml
    70  
    71  # Graphviz
    72  dependency-graph.png
    73  
    74  # Latex
    75  *.aux
    76  *.out
    77  *.synctex.gz
    78  contract_tests/*
    79  dev/cache/*
    80  result.txt
    81  ethermint
    82  _cache_evm
    83  dump.rdb