-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitleaksignore
More file actions
28 lines (22 loc) · 1.02 KB
/
.gitleaksignore
File metadata and controls
28 lines (22 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
# Gitleaks ignore file — suppress known false positives
# See: https://github.com/gitleaks/gitleaks#gitleaksignore
# Example/placeholder API keys in documentation
README.md:curl-auth-header:1707
README.md:curl-auth-header:1877
docs/ADMIN.md:curl-auth-header:57
docs/PREMIUM.md:curl-auth-header:35
docs/X402.md:curl-auth-header:204
docs/API.md:curl-auth-header:4630
docs/DATABASE.md:generic-api-key:236
docs/integrations/smart-contracts.md:generic-api-key:96
# Example API key in documentation page component
src/app/docs/api/page.tsx:curl-auth-header:86
# Example API key in API route documentation
src/app/api/v1/route.ts:curl-auth-header:98
src/app/api/archive/webhook/route.ts:curl-auth-header:22
# Column customizer uses generic token pattern (not a real key)
src/app/[locale]/markets/components/ColumnCustomizer.tsx:generic-api-key:18
# Archive predictions contain Polymarket API tokens (public market data, not secrets)
archive/predictions/*:generic-api-key
# Next.js build cache — auto-generated, not committed to git
.next/*