-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.stackfingerprint.example
More file actions
37 lines (33 loc) · 2.05 KB
/
Copy path.stackfingerprint.example
File metadata and controls
37 lines (33 loc) · 2.05 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
{
"$schema": "https://stackfingerprint.vercel.app/schema.json",
// ── Ignore list ─────────────────────────────────────────────────────────
// Signal IDs to exclude from your card entirely.
// Use this to remove false positives or background dependencies you
// don't consider part of your "public" tech stack.
//
// Find signal IDs by scanning your repo and checking the output, or
// look them up in src/data/signals.js in the StackFingerprint source.
//
// Examples: "babel", "webpack", "eslint", "terraform", "rspec"
"ignore": [],
// ── Pin list ────────────────────────────────────────────────────────────
// Signal IDs to always show first, regardless of category order.
// Useful when you want to highlight specific technologies prominently.
// Pinned signals appear before all other signals in the card.
"pin": [],
// ── Custom labels ───────────────────────────────────────────────────────
// Override the display label for any signal.
// Useful for showing a specific version ("Next.js 14") or a preferred
// name that differs from the generic signal label.
"labels": {},
// ── Monorepo sub-path ───────────────────────────────────────────────────
// If your repository is a monorepo, set this to the sub-directory you
// want scanned. StackFingerprint will restrict file discovery to this
// path and its children, making the badge accurate for that package.
//
// This is equivalent to adding &path=<value> to the API URL, but
// commits the preference to the repository itself.
//
// Examples: "apps/web", "packages/api", "services/backend"
"path": null
}