-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (91 loc) · 1.53 KB
/
Copy path.gitignore
File metadata and controls
106 lines (91 loc) · 1.53 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Dependencies
.worktrees/
node_modules/
.pnp/
.pnp.js
.claude/
.claire/
.gemini
.mcp.json
.env*
!.env.test
!.env.example
check-config.html
/*.sh
!docker-entrypoint.sh
# Build outputs
dist/
build/
.vite/
*.local
.histoire/
.histoire-dist/
# Site-specific runtime configuration (not committed — use config-local.example.json as template)
public/config-local.json
# Built plugin parcels — produced by `npm run build` in each
# plugins-dev/<plugin>/ directory. Source lives in plugins-dev/.
public/plugins/
public/vendor/*.js
histoire-dist/
# Testing
coverage/
.nyc_output/
playwright-report/
.playwright-mcp/
test-results/
# Generated test fixtures
tests/e2e/phenotype-library/fixtures/phenotypes.json
# Environment variables
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# TypeScript
*.tsbuildinfo
.tsbuildinfo
# Temporary files
*.tmp
*.temp
.cache/
# OS files
.DS_Store
Thumbs.db
desktop.ini
# Histoire per-component docs (Docs tab) — tracked despite the broad *md rule
!*.story.md
# Misc
.eslintcache
.stylelintcache
*.seed
*.pid
*.pid.lock
.gitignore
.superpowers/
docs/superpowers/
.gstack/
# Differential-translation work files (transient)
.i18n-work/
reports/
.stryker-tmp/
# Superpowers/SDD working artifacts (transient, not part of the product)
.superpowers/
tests/e2e/.test-results/