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

# Firebase
.runtimeconfig.json

# Cache files
.cache
*.cache

# Runtime environment supports npm an Yarn lockfiles. A decision was made to use
# npm, therefore all other lock files are ignored.
pnpm-lock.yaml
yarn.lock

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# MacOS-specific files
.DS_Store

# Coverage output
coverage

# Build output
dist
lib
