github.com/Blockdaemon/celo-blockchain@v0.0.0-20200129231733-e667f6b08419/.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  *.swp
    18  target
    19  
    20  # created when running tests
    21  /miner/validatorenodes/
    22  
    23  #*
    24  .#*
    25  *#
    26  *~
    27  .project
    28  .settings
    29  
    30  # used by the Makefile
    31  /build/_workspace/
    32  /build/bin/*
    33  !/build/bin/geth.aar
    34  /geth*.zip
    35  ndk_bundle
    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  vendor/**/Cargo.lock