Skip to content

Commit eb67ac8

Browse files
committed
update .gitignore;
1 parent 9f1e1b4 commit eb67ac8

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

1.hello-world/3.read-video-angular/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# Compiled output
4-
/dist
54
/tmp
65
/out-tsc
76
/bazel-out

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
# testing
99
/coverage
1010

11-
# production
12-
/build
13-
1411
# misc
1512
.DS_Store
1613
.env.local

1.hello-world/5.read-video-vue/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ lerna-debug.log*
99

1010
node_modules
1111
.DS_Store
12-
dist
1312
dist-ssr
1413
*.local
1514

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ lerna-debug.log*
99

1010
node_modules
1111
.DS_Store
12-
dist
1312
dist-ssr
1413
coverage
1514
*.local

0 commit comments

Comments
 (0)