Use atproto actions with ease in iOS shortcuts
1# Created by https://www.toptal.com/developers/gitignore/api/swift 2# Edit at https://www.toptal.com/developers/gitignore?templates=swift 3 4### Swift ### 5# Xcode 6# 7# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 8 9## User settings 10xcuserdata/ 11 12## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) 13*.xcscmblueprint 14*.xccheckout 15 16## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) 17build/ 18DerivedData/ 19*.moved-aside 20*.pbxuser 21!default.pbxuser 22*.mode1v3 23!default.mode1v3 24*.mode2v3 25!default.mode2v3 26*.perspectivev3 27!default.perspectivev3 28 29## Obj-C/Swift specific 30*.hmap 31 32## App packaging 33*.ipa 34*.dSYM.zip 35*.dSYM 36 37## Playgrounds 38timeline.xctimeline 39playground.xcworkspace 40 41# Swift Package Manager 42# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. 43# Packages/ 44# Package.pins 45# Package.resolved 46# *.xcodeproj 47# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata 48# hence it is not needed unless you have added a package configuration file to your project 49# .swiftpm 50 51.build/ 52 53# CocoaPods 54# We recommend against adding the Pods directory to your .gitignore. However 55# you should judge for yourself, the pros and cons are mentioned at: 56# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 57# Pods/ 58# Add this line if you want to avoid checking in source code from the Xcode workspace 59# *.xcworkspace 60 61# Carthage 62# Add this line if you want to avoid checking in source code from Carthage dependencies. 63# Carthage/Checkouts 64 65Carthage/Build/ 66 67# Accio dependency management 68Dependencies/ 69.accio/ 70 71# fastlane 72# It is recommended to not store the screenshots in the git repo. 73# Instead, use fastlane to re-generate the screenshots whenever they are needed. 74# For more information about the recommended setup visit: 75# https://docs.fastlane.tools/best-practices/source-control/#source-control 76 77fastlane/report.xml 78fastlane/Preview.html 79fastlane/screenshots/**/*.png 80fastlane/test_output 81 82# Code Injection 83# After new code Injection tools there's a generated folder /iOSInjectionProject 84# https://github.com/johnno1962/injectionforxcode 85 86iOSInjectionProject/ 87 88# End of https://www.toptal.com/developers/gitignore/api/swift 89 90.DS_Store 91/User.xcconfig