Skip to content

Commit 322e51f

Browse files
committed
feat: add lab screenshots, demo apps, and scripts
- add screenshot images for labs 00-08 - add code-quality-scan-demo-app with five demo apps - update .gitignore to exclude auth files, coverage output, and lock files - update screenshot-helpers module 📸 - Generated by Copilot
1 parent 59f2d00 commit 322e51f

206 files changed

Lines changed: 14586 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ Thumbs.db
1313
.sass-cache/
1414
.bundle/
1515
vendor/
16+
package-lock.json
17+
18+
# ── Auth / credentials ──
19+
scripts/ado-auth.json
20+
scripts/github-auth.json
21+
22+
# ── Coverage output ──
23+
scripts/coverage
24+
scripts/coverage.out
353 KB
49.1 KB
16.9 KB
49 KB
229 KB
22.6 KB
215 KB
749 KB
36.8 KB

0 commit comments

Comments
 (0)