# OS
*.log*
**/*.log
.DS_Store
**/.DS_Store

# Dependencies
**/node_modules

# React App
build
.env.local

# Functions
functions/etc
functions/dist
functions/.runtimeconfig.json
functions/coverage

# Tests
.nyc_output
cypress/videos
cypress/screenshots
cypress/config.json
cypress.env.json
serviceAccount.json

# Docs
docs/public
docs/.gatsby-context.js
docs/.cache/
.intermediate-representation/

