github.com/replicatedhq/ship@v0.55.0/web/init/.gitignore (about)

     1  # See https://help.github.com/ignore-files/ for more about ignoring files.
     2  
     3  # dependencies
     4  node_modules
     5  
     6  # builds
     7  build
     8  dist
     9  
    10  # misc
    11  .DS_Store
    12  .env
    13  .env.local
    14  .env.development.local
    15  .env.test.local
    16  .env.production.local
    17  
    18  npm-debug.log*
    19  yarn-debug.log*
    20  yarn-error.log*