iptv-app/.gitignore
李岩岩 abdcd06ae4 chore(config): 更新 gitignore 和 README
- 添加 Docker、Android、Web 相关忽略项
- 更新 README 项目结构和构建说明
- 添加 Android TV 文档
2026-02-05 12:46:24 +08:00

127 lines
2.6 KiB
Plaintext

# ================================================
# System files
# ================================================
.DS_Store
Thumbs.db
# ================================================
# IDE
# ================================================
.idea/
.vscode/settings.json
*.swp
*.swo
*~
# ================================================
# Dependencies
# ================================================
node_modules/
.pnpm-store/
# ================================================
# Build outputs
# ================================================
# UI
ui/dist-web/
ui/dist/
# Web
web/public/
web/dist/
# Desktop
desktop/src-tauri/target/
desktop/dist-web/
desktop/dist/
desktop/*.log
# ================================================
# Android
# ================================================
android/.gradle/
android/.idea/
android/local.properties
android/*.iml
android/app/build/
android/app/release/
android/captures/
android/*.hprof
android/.cxx/
android/app/src/main/assets/www/
!android/app/src/main/assets/error.html
!android/app/src/main/assets/test.html
# ================================================
# Android TV
# ================================================
android-tv/.gradle/
android-tv/.idea/
android-tv/local.properties
android-tv/*.iml
android-tv/app/build/
android-tv/app/release/
android-tv/captures/
android-tv/*.hprof
android-tv/.cxx/
android-tv/app/src/main/assets/www/
!android-tv/app/src/main/assets/error.html
!android-tv/app/src/main/assets/test.html
# ================================================
# HarmonyOS
# ================================================
harmonyos/.idea/
harmonyos/build/
harmonyos/entry/build/
# ================================================
# Docker
# ================================================
docker-compose.override.yml
.env.docker
.env.production
*.pem
*.key
# ================================================
# Logs
# ================================================
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# ================================================
# Environment
# ================================================
.env
.env.local
.env.*.local
.env.development
.env.test
# ================================================
# Testing
# ================================================
coverage/
.nyc_output/
# ================================================
# Temporary files
# ================================================
*.tmp
*.temp
.cache/
*.pid
*.seed
*.pid.lock
# ================================================
# Misc
# ================================================
*.tgz
*.tar.gz