mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com>
75 lines
1.1 KiB
Plaintext
75 lines
1.1 KiB
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/mpv-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
|
|
.cursor/
|
|
.claude/
|
|
CLAUDE.md
|
|
|
|
# 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-*
|
|
/modules/sf-player/android/build
|
|
/modules/music-controls/android/build
|
|
modules/background-downloader/android/build/*
|
|
/modules/mpv-player/android/build
|
|
|
|
# ios:unsigned-build Artifacts
|
|
build/ |