github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/.gitignore (about)

     1  .docz
     2  
     3  # Logs
     4  logs
     5  *.log
     6  npm-debug.log*
     7  yarn-debug.log*
     8  yarn-error.log*
     9  
    10  # Runtime data
    11  pids
    12  *.pid
    13  *.seed
    14  *.pid.lock
    15  
    16  # Directory for instrumented libs generated by jscoverage/JSCover
    17  lib-cov
    18  
    19  # Coverage directory used by tools like istanbul
    20  coverage
    21  
    22  # nyc test coverage
    23  .nyc_output
    24  
    25  # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
    26  .grunt
    27  
    28  # Bower dependency directory (https://bower.io/)
    29  bower_components
    30  
    31  # node-waf configuration
    32  .lock-wscript
    33  
    34  # Compiled binary addons (http://nodejs.org/api/addons.html)
    35  build/Release
    36  
    37  # Dependency directories
    38  jspm_packages/
    39  
    40  # Typescript v1 declaration files
    41  typings/
    42  
    43  # Optional npm cache directory
    44  .npm
    45  
    46  # Optional eslint cache
    47  .eslintcache
    48  
    49  # Optional REPL history
    50  .node_repl_history
    51  
    52  # Output of 'npm pack'
    53  *.tgz
    54  
    55  # dotenv environment variable files
    56  .env*
    57  
    58  # gatsby files
    59  public
    60  .cache
    61  
    62  # Mac files
    63  .DS_Store
    64  
    65  # Yarn
    66  yarn-error.log
    67  .pnp/
    68  .pnp.js
    69  # Yarn Integrity file
    70  .yarn-integrity
    71  
    72  # gatsby-remark-vscode extensions are required tho
    73  node_modules/*
    74  !/node_modules/vscext
    75  !/node_modules/vscext/*