github.com/intfoundation/intchain@v0.0.0-20220727031208-4316ad31ca73/.gitignore (about)

     1  # See http://help.github.com/ignore-files/ for more about ignoring files.
     2  #
     3  # If you find yourself ignoring temporary files generated by your text editor
     4  # or operating system, you probably want to add a global ignore instead:
     5  #   git config --global core.excludesfile ~/.gitignore_global
     6  
     7  /tmp
     8  */**/*un~
     9  */**/*.test
    10  *un~
    11  .DS_Store
    12  */**/.DS_Store
    13  .ethtest
    14  */**/*tx_database*
    15  */**/*dapps*
    16  
    17  #*
    18  .#*
    19  *#
    20  *~
    21  .project
    22  .settings
    23  
    24  # travis
    25  profile.tmp
    26  profile.cov
    27  
    28  # IdeaIDE
    29  .idea
    30  
    31  # VS Code
    32  .vscode
    33  
    34  **/yarn-error.log
    35  
    36  
    37  # block data
    38  intchain/chaindata*
    39  data/intchain*
    40  data/child*
    41  
    42  
    43  # log
    44  log/intchain
    45  log/common
    46  
    47  # command
    48  bin
    49  
    50  # start
    51  start/
    52  
    53  # data
    54  data/
    55  
    56  build/