forked from zerx-lab/FluxDown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
120 lines (103 loc) · 1.75 KB
/
Copy path.gitignore
File metadata and controls
120 lines (103 loc) · 1.75 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
114
115
116
117
118
119
120
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
/test*.txt
# IntelliJ related
*.iml
/tmp
*.ipr
*.iws
.idea/
CLAUDE.md
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
/coverage/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# Rust related
/.cargo/
/target/
# Generated signals
/lib/src/bincode
/lib/src/serde
/lib/src/bindings
# Windows reserved device names
nul
# Database files
*.db
*.db-shm
*.db-wal
# fluxDown plugin
node_modules
fluxDown/.output/
fluxDown/.wxt/
fluxDown/dist/
# Vercel
website/.vercel/
# Sisyphus
.sisyphus/
# Memory debug output
.mem_debug/
/videos
# Arch package build output
/arch_pkg/
# Claude Code / claude-flow
.claude/
.claude-flow/
.swarm/
.mcp.json
.agents/
skills-lock.json
# Test files
test/batch_delete_scale_test.dart
test/resume_all_test.dart
website/fluxdown-website-latest.tar
/docs/
# ── 敏感信息(开源清理,严禁入库)──
SENSITIVE_INFO.md
OPENSOURCE_CLEANUP.md
.env
.env.*
!.env.example
credentials.txt
client_secret*.json
*.apps.googleusercontent.com.json
scripts/notify_config.json
scripts/.send_progress
scripts/filter_repo_replacements.txt
fluxDown/stats.html
android/local.properties
**/flutter/ephemeral/
**/Flutter/ephemeral/
website/.vscode/launch.json
design/
.promo/
assets/screenshot/
.zed/
.worktrees/