-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·52 lines (41 loc) · 783 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·52 lines (41 loc) · 783 Bytes
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
# Node.js dependencies
node_modules/
# macOS system files
**/.DS_Store
# Local run state
active_project.json
.pipeline-state.json
# Workbench (temporary materials)
workbench/_incoming/
workbench/_restore/
workbench/_compare/
workbench/_tmp/
# Business projects (ignore all except demo-task)
projects/*
!projects/demo-task/
# Build artifacts
axhub-make/dist/
axhub-make/admin/
**/dist/
# Lock files (root uses npm, axhub-make uses pnpm - keep root lock only)
axhub-make/pnpm-lock.yaml
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Log files
logs
*.log
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# AI tool configs (may contain API keys)
opencode.json
.claude/
# Archive temp directories
**/.__archiving__/