Initial FeelAloud project
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user