github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/.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  neatio/chaindata*
    39  data/neatio*
    40  data/side*
    41  neatio/keystore*
    42  
    43  
    44  # log
    45  log/neatio
    46  log/common
    47  
    48  # command
    49  bin
    50  
    51  # start
    52  start/
    53  
    54  # data
    55  data/
    56  
    57  build/