-
Notifications
You must be signed in to change notification settings - Fork 386
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (99 loc) · 1.57 KB
/
Copy path.gitignore
File metadata and controls
113 lines (99 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
# 🔥 忽略所有 build 目录
**/build/
# 🔥 忽略 Kotlin 编译器临时文件和错误日志
*.compiler.options
.kotlin/
*.log
# 🔥 忽略敏感配置文件
*.keystore
*.jks
google-services.json
signing.properties
keystore.properties
# 🔥 忽略其他临时文件
*.tmp
*.bak
*.swp
*~
# 🔥 忽略 IDE 相关
.idea/
.vscode/
*.ipr
*.iws
# 🔥 忽略测试报告
/reports/
# 🔥 忽略 APK 和发布文件
*.apk
*.aab
**/release/
app/release/
# 🔥 忽略 AI/Agent 相关文件
.agent/
.trae/
.codegraph/
.gemini/
.cursor/
.claude/
.worktrees/
*.ai.md
*.txt
bilipai_log_*.txt
!AI.txt
!llm.txt
# Bilibili API files
bilibili-API-collect/
# 🔥 Ignore external projects/useless files
/.external/
/.local/
external/
AndroidLiquidGlass/
SimpMusic/
Telegram/
TMessagesProj/
# Backup directory
BiliPai_BusinessCode_Backup/
# Local icon references used during UI icon planning
/icons/
# Docs / plans should not be pushed
docs/
**/docs/
docs/plans/
**/docs/plans/
docs/releases/raw/
report.md
*.md
!llms.txt
!README.md
!README_EN.md
!AGENTS.md
!CHANGELOG.md
!docs/
docs/*
!docs/GOOGLE_CAST_PLUGIN.md
!docs/DLNA_CAST_PLUGIN.md
!docs/android17-verification.md
!docs/images/
!docs/images/screenshot*.png
!docs/wiki/
!docs/wiki/*.md
!docs/wiki/ui-design/
!docs/wiki/ui-design/**/*.md
.omx/
# Local Reasonix session settings and metadata
.reasonix/
reasonix.toml