-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (44 loc) · 787 Bytes
/
.gitignore
File metadata and controls
50 lines (44 loc) · 787 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
cover.out
coverage.html
coverage.out
bin/
pki/*
!pki/create_pki.sh
redis-data/
.idea/
kraft[0-9]*-data/
*.orig
**/.*.orig
developer_tools/*.pem
developer_tools/*.csr
developer_tools/*.cnf
.env
.~lock.*.csv#
developer_tools/pki/*
!developer_tools/pki/create_pki.sh
# Build artifacts (binaries in root directory)
/issuer
/apigw
/mockas
/persistent
/registry
/ui
/verifier
# Working documents (not tracked in git)
PR_STRATEGY.md
COMMIT_PLAN.md
docs/design/
# OIDC Conformance testing artifacts
config.conformance.yaml
.ngrok-url
ngrok.log
verifier.log
playwright-screenshots/
# VS Code MCP configuration (contains personal tokens)
.vscode/mcp.json
# MDOC manual
ISO_IEC_18013_5_2021_EN.pdf
# Temporary debug/test files
tmp/
# Runtime secrets – never commit real values
secrets.yaml