Vizzuality/landgriffon

View on GitHub
client/.gitignore

Summary

Maintainability
Test Coverage
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# testing
/coverage
/.nyc_output

# next.js
/.next/
/out/
next-env.d.ts

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel

# Test with Cypress
/cypress/screenshots
/cypress/videos
/cypress/downloads
cypress.*.json

# Storybook
public/styles/*.storybook.css
storybook-static

# typescript
*.tsbuildinfo

# Yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*