-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 1.18 KB
/
Copy path.gitignore
File metadata and controls
48 lines (39 loc) · 1.18 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
# Root .gitignore — DevCodex refactor workspace
node_modules/
!host-projections/AGENTS.md
!host-projections/CLAUDE.md
# Host adapters are workspace-owned in workspace-namespace mode. Do not ignore
# source-root/project copies: V8 and git status must expose accidental deployment.
.vscode/
dist/
coverage/
/public-site/doc_build/
*.log
.env
.env.local
/.playwright-cli/
# Maintainer docs site (Rspress) — NOT in public git / NOT in npm pack.
# Keep a local copy for maintainers; public users use README only.
# Ignore all website content except a short public pointer README.
website/*
!website/README.md
# DevCodex AI context data (session memory, reports, profile, etc. - do not commit)
.devcodex/
# npm auth (never commit tokens)
.npmrc
# Hook replay payloads (local validation only, do not commit)
.tmp-hook-editfiles.json
.tmp-hook-terminal.json
# Local analysis / inventory scratch (never commit)
.tmp/
.tmp/**
# Generated npm compatibility projection; tracked authoring source lives under content/.
/instructions.md
/instructions/**/*.md
/prompts/**/*.md
/skills/*/SKILL.md
/skills/*/intent.json
/content-source/
source-root-deployment-backup-*/
tmp-validate*.txt
package.json.tmp-test