# Source files
src/
tsconfig.json
# Testing
test/
__tests__/
*.test.ts
*.spec.ts
jest.config.js
jest.setup.js
# Development
.git/
.github/
.vscode/
.DS_Store
*.code-workspace
.specstory/
.gitignore
# Firebase
firebaseServiceKey.json
# Debugging
npm-debug.log
yarn-debug.log
yarn-error.log
# Environment
.env
*.env.local
*.env.development.local
*.env.test.local
*.env.production.local