Files
BeMyEars/.gitignore
jared d29b8182ca Initial commit
Add iOS app with Node.js/TypeScript backend for BeMyEars project.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 21:51:47 -05:00

57 lines
535 B
Plaintext

# Build output
build/
dist/
DerivedData/
# Dependencies
Pods/
node_modules/
# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Environment and secrets
.env
.env.local
.env.*.local
*.pem
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
coverage/
# Misc
*.tmp
*.temp
.cache/