-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (51 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
64 lines (51 loc) · 1.35 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
# dependencies (bun install)
node_modules
# output
out
dist
*.tgz
# 编译产物:proma CLI 二进制(build:cli 用 bun build --compile 生成,打包时现编,不进 git)
apps/electron/resources/bin/
# Swift 编译的 macOS 原生灵动岛 helper(构建时生成,按宿主架构分发)
apps/electron/resources/agent-island/
# Objective-C++ 编译的 macOS EventKit N-API addon(构建时生成,按宿主架构分发)
apps/electron/resources/eventkit/
# OfficeCLI 随构建脚本下载、校验并嵌入安装包,不提交大体积第三方二进制。
apps/electron/resources/officecli/
# bun build --compile 的临时中间产物
*.bun-build
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
# ignore craft-agents-oss folder
craft-agents-oss
# ignore what_are_humans_thinking folder
what_are_humans_thinking
# vendor binaries
vendor
# git worktrees (managed by proma-worktree skill)
.worktrees
# pnpm (本项目用 bun,禁止误提交 pnpm lockfile)
pnpm-lock.yaml
pnpm-workspace.yaml
# Proma 会话/工作区文档(不应入仓,见 AGENTS.md 红线)
.context/
.bitfun/