-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (63 loc) · 2.09 KB
/
Copy path.gitignore
File metadata and controls
76 lines (63 loc) · 2.09 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
# SPDX-FileCopyrightText: The Plinky Authors
# SPDX-License-Identifier: AGPL-3.0-or-later
/.idea/
/.ilo.rc
/.claude/settings.local.json
/node_modules/
/.react-router/
/build/
/coverage/
/.lighthouseci/
# The registry pack is bundled from songs/ at build time (npm run songs).
/public/registry/starter.json
# Paraglide-generated output and the inlang project cache/metadata (only
# project.inlang/settings.json is tracked).
/app/paraglide/
/project.inlang/cache/
/project.inlang/.meta.json
/project.inlang/README.md
/project.inlang/.gitignore
/.vitest-attachments/
__screenshots__/
*storybook.log
# Storybook build output
storybook-static
/pdmx/
# Cloned upstream score corpora, a local build input for `npm run scores:import`.
/sources/
# Audit report artifact (regenerated by npm run songs:audit)
dev/catalog-flagged.json
# Python bytecode caches from dev/ scripts
__pycache__/
# Local build-time env; .env.example is the template
.env.local
.env
!.env.example
# Transient merge accumulator for the per-locale build (dev/build-locales.mjs)
.build-merge/
# Stryker mutation testing: sandbox temp dir plus the HTML report and the
# incremental cache under reports/ (regenerated by npm run mutation)
/.stryker-tmp/
/reports/
# Promo assets rendered by npm run promo:videos and promo:thumbs — generated, never
# committed. One folder per piece under its composer, holding the reel, the full-length
# YouTube cut and the thumbnail.
/promo/
# Piano demos rendered by npm run piano:demo, and any sample library unpacked to compare
# against. The library is 1.2 GB and is not ours to redistribute.
/piano-demo/
/piano-pack/
# design-sync: build artifacts, transient scratch and verification working state.
# The durable set (config.json, NOTES.md, conventions.md, previews/, overrides/) is committed.
.design-sync/sb-reference/
.design-sync/learnings/
.design-sync/.cache/
.design-sync/node_modules
.design-sync/pkg/
.design-sync/project.inlang/
.design-sync/types/
.ds-sync/
ds-bundle/
# wrangler pages dev writes a local cache here when the deploy output is served
# for a check; nothing in it belongs to the repo.
.wrangler/