github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/.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  ethash/
    18  #*
    19  .#*
    20  *#
    21  *~
    22  .project
    23  .settings
    24  
    25  # used by the Makefile
    26  /build/_workspace/
    27  /build/bin/
    28  /geth*.zip
    29  
    30  # travis
    31  profile.tmp
    32  profile.cov
    33  
    34  # IdeaIDE
    35  .idea
    36  
    37  # VS Code
    38  .vscode
    39  
    40  # Code Templates
    41  .github
    42  
    43  # dashboard
    44  /dashboard/assets/flow-typed
    45  /dashboard/assets/node_modules
    46  /dashboard/assets/stats.json
    47  /dashboard/assets/bundle.js
    48  /dashboard/assets/package-lock.json
    49  
    50  **/yarn-error.log
    51  # Remove Shyft Data
    52  shyftData/*
    53  shyft-cli/web3/token_test/node_modules
    54  shyft-cli/web3/transfer-through-master/node_modules
    55  shyft-cli/web3/transfer-through-master/build
    56  
    57  # Remove pg data
    58  pg-data/*
    59  
    60  # Ignore shyftBlockExplorerApi vendored dependencies used for docker build
    61  shyftBlockExplorerApi/vendor/**/.git
    62  shyftBlockExplorerApi/vendor/*
    63  !shyftBlockExplorerApi/vendor/*.json
    64  
    65  build/_workspace/*
    66  
    67  ./shyft-config/keystore/
    68  ./shyft-config/unlockPasswords.txt