github.com/codingfuture/orig-energi3@v0.8.4/.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  /.package.checksums
    18  /energi3-*.*
    19  /swarm-*.*
    20  /bin
    21  /node_modules/
    22  /build/contracts/
    23  .vagrant
    24  
    25  #*
    26  .#*
    27  *#
    28  *~
    29  .project
    30  .settings
    31  
    32  # used by the Makefile
    33  /build/_workspace/
    34  /build/bin/
    35  /geth*.zip
    36  
    37  # travis
    38  profile.tmp
    39  profile.cov
    40  
    41  # IdeaIDE
    42  .idea
    43  
    44  # VS Code
    45  .vscode
    46  
    47  # dashboard
    48  /dashboard/assets/flow-typed
    49  /dashboard/assets/node_modules
    50  /dashboard/assets/stats.json
    51  /dashboard/assets/bundle.js
    52  /dashboard/assets/package-lock.json
    53  
    54  **/yarn-error.log
    55  
    56  go.mod
    57  go.sum