github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/.gitignore (about)

     1  # Logs
     2  logs
     3  *.log
     4  npm-debug.log*
     5  yarn-debug.log*
     6  yarn-error.log*
     7  lerna-debug.log*
     8  
     9  # Diagnostic reports (https://nodejs.org/api/report.html)
    10  report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
    11  
    12  # production
    13  /build
    14  
    15  
    16  # Runtime data
    17  pids
    18  *.pid
    19  *.seed
    20  *.pid.lock
    21  
    22  # Directory for instrumented libs generated by jscoverage/JSCover
    23  lib-cov
    24  
    25  # Coverage directory used by tools like istanbul
    26  coverage
    27  *.lcov
    28  
    29  # nyc test coverage
    30  .nyc_output
    31  
    32  # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
    33  .grunt
    34  
    35  # Bower dependency directory (https://bower.io/)
    36  bower_components
    37  
    38  # node-waf configuration
    39  .lock-wscript
    40  
    41  # Compiled binary addons (https://nodejs.org/api/addons.html)
    42  build/Release
    43  
    44  # Dependency directories
    45  node_modules/
    46  jspm_packages/
    47  
    48  # Snowpack dependency directory (https://snowpack.dev/)
    49  web_modules/
    50  
    51  # TypeScript cache
    52  *.tsbuildinfo
    53  
    54  # Optional npm cache directory
    55  .npm
    56  
    57  # Optional eslint cache
    58  .eslintcache
    59  
    60  # Microbundle cache
    61  .rpt2_cache/
    62  .rts2_cache_cjs/
    63  .rts2_cache_es/
    64  .rts2_cache_umd/
    65  
    66  # Optional REPL history
    67  .node_repl_history
    68  
    69  # Output of 'npm pack'
    70  *.tgz
    71  
    72  # Yarn Integrity file
    73  .yarn-integrity
    74  
    75  # dotenv environment variables file
    76  .env
    77  .env.test
    78  
    79  # parcel-bundler cache (https://parceljs.org/)
    80  .cache
    81  .parcel-cache
    82  
    83  # Next.js build output
    84  .next
    85  out
    86  
    87  # Nuxt.js build / generate output
    88  .nuxt
    89  dist
    90  
    91  # Gatsby files
    92  .cache/
    93  # Comment in the public line in if your project uses Gatsby and not Next.js
    94  # https://nextjs.org/blog/next-9-1#public-directory-support
    95  # public
    96  
    97  # vuepress build output
    98  .vuepress/dist
    99  
   100  # Serverless directories
   101  .serverless/
   102  
   103  # FuseBox cache
   104  .fusebox/
   105  
   106  # DynamoDB Local files
   107  .dynamodb/
   108  
   109  # TernJS port file
   110  .tern-port
   111  
   112  # Stores VSCode versions used for testing VSCode extensions
   113  .vscode-test
   114  
   115  # yarn v2
   116  .yarn/cache
   117  .yarn/unplugged
   118  .yarn/build-state.yml
   119  .yarn/install-state.gz
   120  .pnp.*