Files
BeamScribe/.gitignore
jared ce40831933 Initial commit
Add BeamScribe iOS app for real-time transcription with multipeer connectivity.

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

81 lines
906 B
Plaintext

# Build
build/
DerivedData/
*.ipa
*.dSYM.zip
*.dSYM
# CocoaPods
Pods/
*.xcworkspace
!*.xcodeproj/project.xcworkspace
# Carthage
Carthage/Build/
Carthage/Checkouts/
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# Xcode user-specific files
*.xcuserstate
*.xcuserdatad/
xcuserdata/
*.xccheckout
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Node.js
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.idea/
*.swp
*.swo
*~
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code coverage
*.gcno
*.gcda
*.gcov
# Playgrounds
timeline.xctimeline
playground.xcworkspace
# Archives
*.xcarchive
# Secrets (never commit these)
*.pem
*.p12
*.mobileprovision
Secrets/
.env
.env.*