Bluesky app fork with some witchin' additions 馃挮
witchsky.app
bluesky
fork
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*.xcuserstate
22
23# Android/IntelliJ
24#
25build/
26.idea
27.gradle
28local.properties
29*.iml
30*.hprof
31
32# node.js
33#
34node_modules/
35npm-debug.log
36yarn-error.log
37
38# BUCK
39buck-out/
40\.buckd/
41*.keystore
42!debug.keystore
43
44# fastlane
45#
46# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47# screenshots whenever they are needed.
48# For more information about the recommended setup visit:
49# https://docs.fastlane.tools/best-practices/source-control/
50
51*/fastlane/report.xml
52*/fastlane/Preview.html
53*/fastlane/screenshots
54
55# Bundle artifact
56*.jsbundle
57
58# Ruby / CocoaPods
59/ios/Pods/
60/vendor/bundle/
61Gemfile.lock
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/
81stats.json
82
83# Temporary files created by Metro to check the health of the file watcher
84.metro-health-check*
85
86# VSCode
87.vscode
88
89# gitignore and github actions
90!.gitignore
91!.github
92
93
94# Android & iOS folders
95/android/
96/ios/
97
98# environment variables
99.env
100.env.*
101
102# Firebase (Android) Google services
103google-services.json
104
105# Performance results (Flashlight)
106.perf/
107
108# ESLint
109.eslintcache
110
111# i18n
112src/locale/locales/_build/
113src/locale/locales/**/*.js
114
115# local builds
116*.apk
117*.aab
118*.ipa
119
120# ogcard assets
121bskyogcard/src/assets/fonts/noto-*
122
123# Witchsky maybe
124.direnv
125.wrangler
126
127# bskyweb build output
128bskyweb/static/media/*.webp
129bskyweb/static/media/*.jpg
130bskyweb/static/media/*.png
131bskyweb/static/media/*.svg