-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (61 loc) · 1.02 KB
/
.gitignore
File metadata and controls
73 lines (61 loc) · 1.02 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
node_modules/
.venv/
site/
.env
config.json
.msal-cache.json
*.log
.DS_Store
coverage/
# Test artifacts
test-output.txt
*.local
# Jekyll local dev
docs/Gemfile.lock
docs/_site/
docs/_config_local.yml
# Dev tooling (not needed by npm consumers)
eslint.config.js
jest.config.js
tsconfig.json
Dockerfile
# Build / publish artifacts
*.tgz
*.zip
.webappignore
# Private planning docs
ROADMAP-AUTH-METHODS.md
# Windows
Thumbs.db
Desktop.ini
# Source code (kept private — published via npm only)
src/
tests/
scripts/*
!scripts/build.mjs
mcp-template/
autoparc/
assets/
debug/
!assets/logo.webp
# Private planning & internal artifacts (security/privacy)
workdoc/
_bmad/
_bmad-output/
.codex/
project.md
refine.md
refinev2.md
refinev3.md
PUBLISHING.md
ROADMAP-PERSONAL.md
# Internal IDE/workflow configs
.vscode/mcp.json
.github/agents/
# Editor personal settings
.vscode/settings.json
.vscode/launch.json
# MCP Registry auth tokens (written by mcp-publisher CLI)
.mcpregistry_github_token
.mcpregistry_registry_token
mcp-publisher.exe