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