Initial commit
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
# Xcode
|
||||
.DS_Store
|
||||
build/
|
||||
DerivedData/
|
||||
*.xcuserstate
|
||||
xcuserdata/
|
||||
*.moved-aside
|
||||
*.xcscmblueprint
|
||||
*.xccheckout
|
||||
*.xcuserdata/
|
||||
*.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
|
||||
|
||||
# Swift Package Manager
|
||||
/.build/
|
||||
/Packages/
|
||||
|
||||
# CocoaPods
|
||||
Pods/
|
||||
|
||||
# Carthage
|
||||
Carthage/Build
|
||||
|
||||
# fastlane
|
||||
fastlane/report.xml
|
||||
fastlane/Preview.html
|
||||
|
||||
# Xcode-generated
|
||||
*.hmap
|
||||
*.ipa
|
||||
|
||||
# macOS
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Certificates, keys
|
||||
GoogleService-Info.plist
|
||||
*.p12
|
||||
*.mobileprovision
|
||||
|
||||
# Editor folders
|
||||
.idea/
|
||||
.vscode/
|
||||
|
Reference in New Issue
Block a user