Skip to content

Commit 7d06b84

Browse files
Merge branch 'master' into feat/overhaul-calendar-app
2 parents 937b36c + 2f0b179 commit 7d06b84

Some content is hidden

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

66 files changed

+76
-19
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ playwright-report/
3737
/cypress/videos/
3838
/cypress/screenshots/
3939

40+
# Screenshots
41+
edge-apps/**/screenshots/*.png
42+
4043
# Project specific
4144
venv
4245
instagram/dist

edge-apps/.bun-create/edge-app-template/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
dist/
33
*.log
44
.DS_Store
5+
screenshots/*.png

edge-apps/cap-alerting/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ bun.lockb
88
static/js/*.js
99
static/js/*.js.map
1010
static/style.css
11+
screenshots/*.png

edge-apps/clock/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
.DS_Store
55
static/js/*.js
66
static/js/*.js.map
7+
screenshots/*.png
938 Bytes
534 Bytes
74 Bytes
468 Bytes
408 Bytes
384 Bytes

0 commit comments

Comments
 (0)