mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-12 05:10:52 +02:00
62 lines
921 B
Plaintext
62 lines
921 B
Plaintext
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# Expo
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
expo-env.d.ts
|
|
|
|
# Native
|
|
.kotlin/
|
|
*.orig.*
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Metro
|
|
.metro-health-check*
|
|
|
|
# debug
|
|
npm-debug.*
|
|
yarn-debug.*
|
|
yarn-error.*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# local env files (keep .env.example tracked; it carries no secrets)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
example
|
|
|
|
# generated native folders
|
|
/ios
|
|
/android
|
|
|
|
# local Expo module native build output (Gradle)
|
|
modules/*/android/build/
|
|
modules/*/android/.gradle/
|
|
modules/*/android/.cxx/
|
|
|
|
# vendored kotlin-audio fork — built from source by the root Gradle build
|
|
vendor/kotlinaudio/kotlin-audio/build/
|
|
vendor/kotlinaudio/kotlin-audio/.gradle/
|
|
vendor/kotlinaudio/kotlin-audio/.cxx/
|
|
|
|
HANDOFF.md
|
|
DESIGN.md
|
|
docs/release/android.md
|
|
docs/release/checklist.md
|
|
Untitled-1.md
|