mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-06 09:46:17 +00:00
Removes IDE-specific configuration files and establishes Bun as the primary package manager. Updates project documentation to emphasize Bun usage throughout the development workflow and enhances VS Code settings for better TypeScript performance. Optimizes EAS build configuration with caching strategies and resource allocation improvements. Cleans up unused imports and improves TypeScript configuration for better development experience.
65 lines
909 B
Plaintext
65 lines
909 B
Plaintext
# Dependencies and Package Managers
|
|
node_modules/
|
|
bun.lock
|
|
bun.lockb
|
|
package-lock.json
|
|
|
|
# Expo and React Native Build Artifacts
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
.tsbuildinfo
|
|
|
|
# Platform-specific Build Directories
|
|
/ios
|
|
/android
|
|
/iostv
|
|
/iosmobile
|
|
/androidmobile
|
|
/androidtv
|
|
|
|
# Module-specific Builds
|
|
modules/vlc-player/android/build
|
|
modules/player/android
|
|
modules/hls-downloader/android/build
|
|
|
|
# Generated Applications
|
|
Streamyfin.app
|
|
*.apk
|
|
*.ipa
|
|
*.aab
|
|
|
|
# Certificates and Keys
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
|
|
# Debug and Temporary Files
|
|
npm-debug.*
|
|
*.orig.*
|
|
*.mp4
|
|
|
|
# OS-specific Files
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE and Editor Files
|
|
.vscode/
|
|
.idea/
|
|
.ruby-lsp
|
|
|
|
# Environment and Configuration
|
|
expo-env.d.ts
|
|
.continuerc.json
|
|
.env
|
|
.env.local
|
|
|
|
# Secrets and Credentials
|
|
pc-api-7079014811501811218-719-3b9f15aeccf8.json
|
|
credentials.json
|
|
streamyfin-4fec1-firebase-adminsdk.json
|
|
|
|
# Version and Backup Files
|
|
/version-backup-* |