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

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

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

# relay
/src/__generated__/

# cypress
/cypress/screenshots
/cypress/videos
/cypress.env.json

#pwa
public/sw.js
public/sw.js.map
public/workbox-*.js
public/workbox-*.js.map

# we use npm
yarn.lock

# Generated typings
/src/generated/
graphql.schema.json

# IntelliJ
.idea

## SLACK-BOT
/bot-slack/node_modules
/bot-slack/.env
/bot-slack/ngrok
/bot-slack/.DS_Store
/bot-slack/coverage
