-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 1.03 KB
/
Copy path.gitignore
File metadata and controls
45 lines (36 loc) · 1.03 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
# Ignore all Claude CLI personal files and state
.claude/
!.claude/settings.json
!.claude/rules/
!.claude/skills/
!.claude/hooks/
.opencode/node_modules/
.opencode/memory/
.opencode/.env
vendor
.codenomad
.logs
# Caliber local state
.caliber/
# Test / coverage artifacts
.phpunit.cache/
coverage.xml
coverage-report/
.phpunit.result.cache
# PHP-DI compiled container
var/cache/
# Installed plugin sources (runtime data, not source)
var/plugins/
# Runtime theme files (extracted from ui-theme plugins)
var/themes/
# Smarty compile cache (created when templates render)
templates_c/
# Admin SPA (admin-ui/) — see step 0.4. Build-output decision: the built
# bundle in public/assets/admin/ IS committed (so the production server has
# no Node build dependency at runtime), but the local dev artifacts are not.
admin-ui/node_modules/
admin-ui/coverage/
admin-ui/.vite/
admin-ui/*.tsbuildinfo
# NB: public/assets/admin/ (the built bundle) is intentionally NOT ignored.
# Transient supervisor handoff docs (Wave-N work notes, intentionally untracked)