Some checks are pending
CI / Crawler (Python ${{ matrix.python-version }}) (3.10) (push) Waiting to run
CI / Crawler (Python ${{ matrix.python-version }}) (3.11) (push) Waiting to run
CI / API (Python 3.11) (push) Waiting to run
CI / Database migration (push) Waiting to run
CI / App web build (Node 20) (push) Waiting to run
37 lines
338 B
Plaintext
37 lines
338 B
Plaintext
# Expo
|
|
.expo/
|
|
*.jks
|
|
*.p12
|
|
*.key
|
|
*.keystore
|
|
*.db
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# npm
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Android
|
|
android/
|
|
!android/build.gradle
|
|
!android/settings.gradle
|
|
!android/app/build.gradle
|
|
!android/app/src/main/AndroidManifest.xml
|
|
|
|
# iOS
|
|
ios/
|
|
!ios/Podfile
|
|
|
|
# Web
|
|
web-build/
|
|
dist/
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|