fitst commit

This commit is contained in:
Samandar Turgunboyev
2026-01-28 18:26:50 +05:00
parent 166a55b1e9
commit 124798419b
196 changed files with 26627 additions and 421 deletions

79
.gitignore vendored
View File

@@ -1,43 +1,54 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
# Node modules
/node_modules/
# dependencies
node_modules/
# Expo
# Expo / React Native build caches
.expo/
dist/
web-build/
expo-env.d.ts
.expo-shared/
*.expo
# Native
.kotlin/
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
# Metro
.metro-health-check*
# debug
npm-debug.*
yarn-debug.*
yarn-error.*
# macOS
# macOS files
.DS_Store
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS files
Thumbs.db
desktop.ini
# Expo builds
/dist/
/web-build/
/android/app/build/
/ios/build/
/ios/Pods/
ios/Podfile.lock
# Expo credentials and secrets
*.p12
*.jks
*.keystore
*.mobileprovision
*.cer
*.pem
*.p8
# local env files
.env*.local
# Misc
*.swp
*.swo
*.env
.env.local
.env.*.local
# typescript
*.tsbuildinfo
# VSCode
.vscode/
app-example
# JetBrains
.idea/
# generated native folders
/ios
/android
# Temporary files
tmp/
temp/