mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
Some checks failed
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Has been cancelled
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Has been cancelled
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Has been cancelled
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Has been cancelled
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Has been cancelled
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Has been cancelled
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Has been cancelled
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Has been cancelled
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Has been cancelled
Moves AI assistant configuration folders (.cursor/ and .claude/) to .gitignore instead of tracking them in the repository. Removes IDE-specific tooling configurations that are personal to individual developers and should not be version controlled.
67 lines
927 B
Plaintext
67 lines
927 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
|
|
.cursor/
|
|
.claude/
|
|
|
|
# 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-* |