-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (59 loc) · 1.31 KB
/
Copy path.gitignore
File metadata and controls
73 lines (59 loc) · 1.31 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
# CARL Work Files - Ignore actual work items to keep repo clean
# This allows using CARL to develop CARL without polluting the repository
# CARL project work files (generated during development)
.carl/project/epics/*.carl
.carl/project/features/*.carl
.carl/project/stories/*.carl
.carl/project/technical/*.carl
.carl/project/**/completed/
.carl/project/active.work.carl
.carl/project/vision.carl
.carl/project/process.carl
.carl/project/roadmap.carl
.carl/project/tech-debt.carl
# CARL session files (personal development tracking)
.carl/sessions/session-*.carl
.carl/sessions/archive/
# CARL settings (personal preferences - should not be shared)
.carl/carl-settings.json
# Project-level agents (development-specific, not part of distributed system)
.claude/agents/project-*.md
# Keep CARL system files (schemas, hooks, agents, commands, tools)
!.carl/schemas/
!.carl/hooks/
!.carl/tools/
!.claude/agents/
!.claude/commands/
# Standard ignores
node_modules/
.env
.env.local
.DS_Store
*.log
.vscode/settings.json
.idea/
# Temporary files
*.tmp
*.swp
*.swo
*~
# Build artifacts
dist/
build/
*.tgz
# Coverage reports
coverage/
*.lcov
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity