Kin: personal relationships app — server (cadence/due/migrations) + Expo Android app
Some checks failed
Build & Release APK / build (push) Failing after 13s
Some checks failed
Build & Release APK / build (push) Failing after 13s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# server
|
||||
server/node_modules/
|
||||
server/.env
|
||||
server/.env.token.local
|
||||
server/bun.lock
|
||||
|
||||
# app
|
||||
app/node_modules/
|
||||
app/.expo/
|
||||
app/dist/
|
||||
app/android/app/build/
|
||||
app/android/build/
|
||||
app/android/.gradle/
|
||||
app/android/local.properties
|
||||
app/android/.kotlin/
|
||||
app/ios/
|
||||
app/expo-env.d.ts
|
||||
Reference in New Issue
Block a user