diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bba9c38 --- /dev/null +++ b/.gitignore @@ -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/ +