Files
CheapTeleprompter/.gitignore
jared 264c7b94cc Initial commit
Add CheapTeleprompter iOS app with teleprompter functionality,
camera integration, voice trigger support, and subscription management.

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

64 lines
732 B
Plaintext

# Xcode
build/
DerivedData/
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint
# CocoaPods
Pods/
Podfile.lock
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# Carthage
Carthage/Build/
Carthage/Checkouts/
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
*.ipa
*.dSYM.zip
*.dSYM
# Archives
*.xcarchive
# Playgrounds
timeline.xctimeline
playground.xcworkspace
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code Injection
.inject*
# Misc
*.hmap
*.log
*.orig
*~