a native iOS client for tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 64 lines 1.6 kB view raw
1# Xcode 2# 3# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 4 5## User settings 6xcuserdata/ 7 8## Obj-C/Swift specific 9*.hmap 10 11## App packaging 12*.ipa 13*.dSYM.zip 14*.dSYM 15 16## Playgrounds 17timeline.xctimeline 18playground.xcworkspace 19 20# Swift Package Manager 21# 22# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. 23# Packages/ 24# Package.pins 25# Package.resolved 26# *.xcodeproj 27# 28# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata 29# hence it is not needed unless you have added a package configuration file to your project 30# .swiftpm 31 32.build/ 33PLAN.md 34CLAUDE.md 35.DS_Store 36# CocoaPods 37# 38# We recommend against adding the Pods directory to your .gitignore. However 39# you should judge for yourself, the pros and cons are mentioned at: 40# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 41# 42# Pods/ 43# 44# Add this line if you want to avoid checking in source code from the Xcode workspace 45# *.xcworkspace 46 47# Carthage 48# 49# Add this line if you want to avoid checking in source code from Carthage dependencies. 50# Carthage/Checkouts 51 52Carthage/Build/ 53 54# fastlane 55# 56# It is recommended to not store the screenshots in the git repo. 57# Instead, use fastlane to re-generate the screenshots whenever they are needed. 58# For more information about the recommended setup visit: 59# https://docs.fastlane.tools/best-practices/source-control/#source-control 60 61fastlane/report.xml 62fastlane/Preview.html 63fastlane/screenshots/**/*.png 64fastlane/test_output