github.com/reapchain/go-reapchain@v0.2.15-0.20210609012950-9735c110c705/.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  /.vscode
     8  /.idea
     9  /tmp
    10  */**/*un~
    11  */**/*.test
    12  *un~
    13  .DS_Store
    14  */**/.DS_Store
    15  .ethtest
    16  */**/*tx_database*
    17  */**/*dapps*
    18  build/_vendor/pkg
    19  #build/int_geth
    20  #*
    21  .#*
    22  *#
    23  *~
    24  .project
    25  .settings
    26  
    27  # used by the Makefile
    28  /build/_workspace/
    29  /build/bin/
    30  /geth*.zip
    31  
    32  # travis
    33  profile.tmp
    34  profile.cov
    35  /build/
    36  /_tests/
    37  
    38  # reapchain config file
    39  # config/config.json
    40  config/config.toml
    41  /_develop_doc/
    42  /.idea/
    43  /istanbul-tools/
    44  /build/int_geth/
    45  .DS_Store
    46  /build/int_geth/
    47  /build/int_geth/log/
    48  /.run/