ironOS native ios app
2
fork

Configure Feed

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

chore: gitignore

+24
+24
.gitignore
··· 1 + # Xcode 2 + build/ 3 + DerivedData/ 4 + *.xcodeproj/xcuserdata/ 5 + *.xcworkspace/xcuserdata/ 6 + *.xcuserstate 7 + 8 + # macOS 9 + .DS_Store 10 + .AppleDouble 11 + .LSOverride 12 + 13 + # CocoaPods 14 + Pods/ 15 + *.xcworkspace 16 + 17 + # Swift Package Manager 18 + .build/ 19 + .swiftpm/ 20 + 21 + # Fastlane 22 + fastlane/report.xml 23 + fastlane/Preview.html 24 + fastlane/screenshots/**/*.png
ios/.DS_Store

This is a binary file and will not be displayed.

ios/PinecilTime.xcodeproj/project.xcworkspace/xcuserdata/kierank.xcuserdatad/UserInterfaceState.xcuserstate

This is a binary file and will not be displayed.