Files
info-tager-mobile/.gitignore
Samandar Turgunboyev 124798419b fitst commit
2026-01-28 18:26:50 +05:00

55 lines
527 B
Plaintext

# Node modules
/node_modules/
# Expo / React Native build caches
.expo/
.expo-shared/
*.expo
# 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
# Misc
*.swp
*.swo
*.env
.env.local
.env.*.local
# VSCode
.vscode/
# JetBrains
.idea/
# Temporary files
tmp/
temp/