github.com/n1ghtfa1l/go-vnt@v0.6.4-alpha.6/.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  */**/*tx_database*
    14  */**/*dapps*
    15  build/_vendor/pkg
    16  
    17  #*
    18  .#*
    19  *#
    20  *~
    21  .project
    22  .settings
    23  
    24  # used by the Makefile
    25  /build/_workspace/
    26  /build/bin/
    27  /gvnt*.zip
    28  
    29  # travis
    30  profile.tmp
    31  profile.cov
    32  
    33  # IdeaIDE
    34  .idea
    35  
    36  # VS Code
    37  .vscode
    38  
    39  # dashboard
    40  /dashboard/assets/flow-typed
    41  /dashboard/assets/node_modules
    42  /dashboard/assets/stats.json
    43  /dashboard/assets/bundle.js
    44  /dashboard/assets/package-lock.json
    45  
    46  **/yarn-error.log
    47  
    48  /tests/testcode/ldb/dump/*
    49  
    50  nohup.out