Initial FeelAloud project

This commit is contained in:
MrDiderot
2026-07-22 22:18:33 +02:00
commit 10fca0756d
48 changed files with 8942 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# 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
# Local configuration and secrets
.env
.env.*
*.p12
*.mobileprovision
*.cer
# Temporary exports
exports/
*.tmp