-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.prettierignore
More file actions
62 lines (52 loc) · 910 Bytes
/
Copy path.prettierignore
File metadata and controls
62 lines (52 loc) · 910 Bytes
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
# Dependencies
node_modules/
**/node_modules/
# Python virtual environments
.venv/
**/.venv/
# Build outputs
dist/
dist-ssr/
build/
**/dist/
**/build/
**/target/
# Test / coverage artifacts
coverage/
htmlcov/
.nyc_output/
**/coverage/
playwright-report/
test-results/
# Caches
.cache/
.vite/
.turbo/
.next/
.pytest_cache/
.mypy_cache/
.ruff_cache/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
# Lockfiles (owned by package managers)
package-lock.json
yarn.lock
pnpm-lock.yaml
uv.lock
Cargo.lock
poetry.lock
# Generated / binary data
data/.memvid/
*.mv2
# Generated/working files
claude-project-foundation-PLAN.md
.claude/PLAN.md
.claude/mind.*
# Agent isolation worktrees (transient checkouts under .claude/)
.claude/worktrees/
# License (formatting is legally significant)
LICENSE
# Git hooks (no extension -- Prettier cannot determine parser)
scripts/hooks/pre-commit
scripts/hooks/commit-msg