github.com/energicryptocurrency/go-energi@v1.1.7/.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  /build/release/
    22  /build/cache/
    23  /energi/consensus/difficultysim/csv/
    24  .vagrant
    25  
    26  #*
    27  .#*
    28  *#
    29  *~
    30  .project
    31  .settings
    32  
    33  # used by the Makefile
    34  /build/_workspace/
    35  /build/cache/
    36  /build/bin/
    37  /geth*.zip
    38  
    39  # travis
    40  profile.tmp
    41  profile.cov
    42  
    43  # IdeaIDE
    44  .idea
    45  
    46  # VS Code
    47  .vscode
    48  
    49  # dashboard
    50  /dashboard/assets/flow-typed
    51  /dashboard/assets/node_modules
    52  /dashboard/assets/stats.json
    53  /dashboard/assets/bundle.js
    54  /dashboard/assets/package-lock.json
    55  
    56  **/yarn-error.log
    57  
    58  # direnv
    59  .envrc
    60  
    61  # testing junit reports
    62  /.test-go-report.xml
    63  
    64  # Coverage
    65  /.test-go-cover.out
    66  /.test-go-cover.html
    67  /.test-go-cover.func