Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

at d42a2808ba53a049fc38f559feeddaa5a335f93f 101 lines 1.3 kB view raw
1# OSX 2# 3.DS_Store 4 5# Xcode 6# 7build/ 8*.pbxuser 9!default.pbxuser 10*.mode1v3 11!default.mode1v3 12*.mode2v3 13!default.mode2v3 14*.perspectivev3 15!default.perspectivev3 16xcuserdata 17*.xccheckout 18*.moved-aside 19DerivedData 20*.hmap 21*.ipa 22*.xcuserstate 23 24# Android/IntelliJ 25# 26build/ 27.idea 28.gradle 29local.properties 30*.iml 31*.hprof 32 33# node.js 34# 35node_modules/ 36npm-debug.log 37yarn-error.log 38 39# BUCK 40buck-out/ 41\.buckd/ 42*.keystore 43!debug.keystore 44 45# fastlane 46# 47# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 48# screenshots whenever they are needed. 49# For more information about the recommended setup visit: 50# https://docs.fastlane.tools/best-practices/source-control/ 51 52*/fastlane/report.xml 53*/fastlane/Preview.html 54*/fastlane/screenshots 55 56# Bundle artifact 57*.jsbundle 58 59# Ruby / CocoaPods 60/ios/Pods/ 61/vendor/bundle/ 62 63# Testing 64coverage/ 65junit.xml 66artifacts 67 68# Web bundle outputs 69/dist/ 70 71# Expo 72.expo/ 73dist/ 74*.jks 75*.p8 76*.p12 77*.key 78*.mobileprovision 79*.orig.* 80web-build/ 81 82# Temporary files created by Metro to check the health of the file watcher 83.metro-health-check* 84 85# VSCode 86.vscode 87 88# gitignore and github actions 89!.gitignore 90!.github 91 92 93# Android & iOS folders 94/android/ 95/ios/ 96 97# environment variables 98.env.* 99 100# Firebase (Android) Google services 101# INCLUDED: google-services.json