-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (85 loc) · 1.93 KB
/
.gitignore
File metadata and controls
98 lines (85 loc) · 1.93 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
## Visual Studio / .NET
*.suo
*.user
*.userosscache
*.sln.docstates
*.lscache
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
.vs/
*.nupkg
*.snupkg
project.lock.json
artifacts/
TestResults/
## Node / JavaScript
node_modules/
dist/
build/
*.tsbuildinfo
.env
.env.local
.env.*.local
## Playwright MCP
.playwright-mcp/
## OS files
.DS_Store
Thumbs.db
## IDE
.idea/
*.swp
*.swo
*~
## Azure icon packs (local reference only — not versioned)
## Download from https://learn.microsoft.com/en-us/azure/architecture/icons/
## Use docs/assets/ for icons actually referenced in README/docs/diagrams
Icons/
docs/assets/Icons/
azure-icons-catalog.drawio
## Personal notes (kept locally, not published)
docs/dragons-den.md
.azcontext
docs/assets/Banedanmark-AzureCostManagement-Session3.pdf
docs/assets/Banedanmark-AzureCostManagement-Session3.md
# Sample uploads are committed so demos work out of the box.
# Regenerate with demo-data/generate.py if needed.
## Secrets — defensive root-level patterns (mirrors src/Dashboard/.gitignore)
appsettings.Local.json
appsettings.Production.json
appsettings.*.local.json
secrets.json
*.pfx
*.p12
*.key
*.pem
## Squad infrastructure (local only)
.squad/
.copilot/skills/agent-collaboration/SKILL.md
.gitignore
.copilot/skills/squad-conventions/SKILL.md
.copilot/skills/reviewer-protocol/SKILL.md
.gitignore
.copilot/skills/session-recovery/SKILL.md
.copilot/skills/error-recovery/SKILL.md
.copilot/skills/git-workflow/SKILL.md
.copilot/skills/secret-handling/SKILL.md
.copilot/skills/test-discipline/SKILL.md
.copilot/mcp-config.json
.github/agents/squad.agent.md
.github/workflows/squad-heartbeat.yml
.github/workflows/squad-issue-assign.yml
.github/workflows/squad-triage.yml
.github/workflows/sync-squad-labels.yml
# Local Dragon's Den / pitch prep notes
docs/local/
.github/agents/competition.agent.md
.github/agents/triage.agent.md
# Playwright browser profile (local testing)
.pw-profile/
upload-social-preview.mjs