Files
FeelAloud/.gitignore
2026-07-22 22:54:03 +02:00

37 lines
385 B
Plaintext

# macOS
.DS_Store
# Xcode user state
xcuserdata/
*.xcuserstate
*.xccheckout
*.xcscmblueprint
# Build products
build/
DerivedData/
*.ipa
*.dSYM
*.dSYM.zip
*.xcarchive
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# Node backend
node_modules/
backend/dist/
# Local configuration and secrets
.env
.env.*
*.p12
*.mobileprovision
*.cer
# Temporary exports
exports/
*.tmp