diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5555180 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate +*.DS_Store + +# SwiftPM +Packages/ +.build + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control +# +Pods/ +SlackKit.xcworkspace + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +Carthage/Checkouts +Carthage/Build diff --git a/SKRTMAPI.xcodeproj/project.xcworkspace/xcuserdata/pzignego.xcuserdatad/UserInterfaceState.xcuserstate b/SKRTMAPI.xcodeproj/project.xcworkspace/xcuserdata/pzignego.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index e0c7c62..0000000 Binary files a/SKRTMAPI.xcodeproj/project.xcworkspace/xcuserdata/pzignego.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ