github.com/haliliceylan/bsc@v1.1.10-0.20220501224556-eb78d644ebcb/.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  /tests/truffle/storage
    18  
    19  #*
    20  .#*
    21  *#
    22  *~
    23  .project
    24  .settings
    25  
    26  # used by the Makefile
    27  /build/_workspace/
    28  /build/cache/
    29  /build/bin/
    30  /geth*.zip
    31  
    32  # travis
    33  profile.tmp
    34  profile.cov
    35  
    36  # IdeaIDE
    37  .idea
    38  
    39  # VS Code
    40  .vscode
    41  
    42  # dashboard
    43  /dashboard/assets/flow-typed
    44  /dashboard/assets/node_modules
    45  /dashboard/assets/stats.json
    46  /dashboard/assets/bundle.js
    47  /dashboard/assets/bundle.js.map
    48  /dashboard/assets/package-lock.json
    49  
    50  **/yarn-error.log
    51  cmd/geth/node/
    52  cmd/geth/__debug_bin