Skip to content

Commit 954548c

Browse files
committed
build files for demoing
1 parent f8117e9 commit 954548c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DS_Store
22
node_modules
3-
dist
4-
build
3+
# dist
4+
# build
55

66
# local env files
77
.env.local

1.hello-world/4.read-video-react/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# testing
1010
/coverage
1111

12-
# production
13-
# /build (keep for demoing purpose)
12+
# production(keep for demoing purpose)
13+
# /build
1414

1515
# misc
1616
.DS_Store

1.hello-world/6.read-video-vue3/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DS_Store
22
node_modules
33
/package-lock.json
4-
4+
# dist (for demoing)
55

66
# local env files
77
.env.local

0 commit comments

Comments
 (0)