-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (80 loc) · 1.79 KB
/
Copy path.gitignore
File metadata and controls
88 lines (80 loc) · 1.79 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
.idea
*.tar
logs
.venv
__pycache__
*.pyc
*.out
*.pyo
.DS_Store
*.pyd
*.egg-info
*.egg
*.whl
*.db
*.sqlite
*.log
*.pid
*.pdb
*.cover
*.coverage
.pytest_cache
*.hypothesis
/models/
worktree/
.env
/server/.env.*
.lh
support-files/dev/conf/nats/certs/
agents/fusion-collector/agent/nats-executor
agents/fusion-collector/agent/telegraf
agents/fusion-collector/agent/vector
agents/fusion-collector/agent/mibs
agents/fusion-collector/agent/misc
agents/fusion-collector/agent/collector-sidecar
code-reviews/
**/enterprise/
!/enterprise/
!/enterprise/**
!docs/changelog/release/enterprise/
!docs/changelog/release/enterprise/**
/web/enterprise
/web/src/app/**/(enterprise)
/web/src/app/**/(enterprise)/
# Generated by prepare-enterprise.mjs from manifests/dashboards.json.
/web/src/app/**/(enterprise)-registry.ts
/web/src/app/**/(enterprise)-metadata.ts
/web/src/app/**/(enterprise)-loaders.ts
# Generated by prepare-enterprise.mjs to track enterprise icons injected into web/public/assets/icons/.
/web/.enterprise-icons.snapshot.json
.env.dev
.sisyphus/*
automation/
.worktrees/
/.claire/
/server/.skill/
.agents/
.projectmem/
.codegraph/
# 商业版 overlay(同级 app,单独交付,不进开源仓)
/server/apps/cmdb_enterprise
/server/apps/alerts_enterprise
.pnpm-store/*
# mavis 工作流产物:调研资料 + PM 设计文档
# 之前误推到 bk-lite 仓库,现在显式 ignore
docs/ai-product-capabilities/
docs/superpowers/
# 本机 IDE / agent 工作区(skills 仍由仓内跟踪)
.cursor/
.claude/launch.json
.claude/settings.local.json
.superpowers/
# 本机开发底座与热同步脚本(不进入生产交付)
/deploy/local/
/scripts/
/web/scripts/sync_lite_web_build.sh
/server/scripts/sync_lite_server_apps.sh
# 本机构建与下载缓存
/server/installer-downloads/
/server/:memory:
*.local-before-pull