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

# dependencies
/node_modules
.yarn/*
# Uncomment "!.yarn/cache", if using Zero-Installs
# !.yarn/cache
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
# comment out ".pnp.*", if using Zero-Installs
.pnp.*

# testing
/coverage

# production
/build
/dist
/public

# database settings
/config/default.json

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

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

# Netlify
.netlify
/lambda*