-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (72 loc) · 1.13 KB
/
.gitignore
File metadata and controls
90 lines (72 loc) · 1.13 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
# Rust 构建产物
target/
**/target/
# Trunk 构建产物
dist/
**/dist/
# Cargo 锁文件(workspace 根目录保留,子项目可选)
# Cargo.lock
# 调试和性能分析
**/*.pdb
flamegraph.svg
perf.data
perf.data.old
# IDE 配置
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# 环境配置
.env
.env.local
.env.*.local
# 日志文件
*.log
# Python 缓存
__pycache__/
*.pyc
*.pyo
# 备份文件
*.bak
*.tmp
# 操作系统临时文件
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
Desktop.ini
# Meilisearch 数据(未来 backend 使用)
data/meili_data/
# SQLite 数据库(未来 backend 使用)
*.db
*.db-shm
*.db-wal
# Node.js(如果使用 TailwindCSS CLI)
# npm 依赖(保留 package-lock.json 以锁定版本)
node_modules/
yarn.lock
# Tailwind CSS 生成文件
frontend/static/styles.css
# 测试覆盖率报告
coverage/
*.profdata
*.profraw
# 文档构建产物
book/
target-doc/
# Fastembed 缓存
shared/.fastembed_cache/
.fastembed_cache
data/
bin/
tmp/
.local/
backend/.local/
.worktrees/
conf/pingora/staticflow-gateway.yaml
# Local agent entry files (symlinked to external path)
AGENTS.md
CLAUDE.md