github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/.gitignore (about)

     1  # Do not add environment-specific entries here (see the top-level .gitignore
     2  # for reasoning and alternatives).
     3  
     4  # NPM
     5  node_modules
     6  yarn.installed
     7  yarn.opt.installed
     8  
     9  # Generated intermediates
    10  .cache-loader
    11  dist*/**
    12  !distccl/distccl.go
    13  !distoss/distoss.go
    14  *manifest.json
    15  
    16  cypress/screenshots/*
    17  cypress/videos/*