github.com/ethxdao/go-ethereum@v0.0.0-20221218102228-5ae34a9cc189/.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  build/_vendor/pkg
    17  
    18  #*
    19  .#*
    20  *#
    21  *~
    22  .project
    23  .settings
    24  
    25  # used by the Makefile
    26  /build/_workspace/
    27  /build/cache/
    28  /build/bin/
    29  /geth*.zip
    30  /data
    31  config.toml
    32  
    33  
    34  # travis
    35  profile.tmp
    36  profile.cov
    37  
    38  # IdeaIDE
    39  .idea
    40  
    41  # VS Code
    42  .vscode
    43  
    44  # dashboard
    45  /dashboard/assets/flow-typed
    46  /dashboard/assets/node_modules
    47  /dashboard/assets/stats.json
    48  /dashboard/assets/bundle.js
    49  /dashboard/assets/bundle.js.map
    50  /dashboard/assets/package-lock.json
    51  
    52  **/yarn-error.log