Skip to content

Commit 8e3929f

Browse files
authored
revert: reserve the folder (#240)
* revert: reserve the folder * fix: ignore in docker
1 parent 959a156 commit 8e3929f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pnpm-lock.yaml
66
**/__pycache__
77
test/*
88
Videos/*
9-
!Videos/.gitkeep
109
settings-production.toml
1110
startRecord-production.sh
1211
src/utils/cookies.json

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ $RECYCLE.BIN/
349349

350350
# End of https://www.toptal.com/developers/gitignore/api/intellij+all,python,pycharm+all,macos,windows
351351
# Data&test
352-
Videos/
352+
Videos/*
353353
!Videos/.gitkeep
354354
test/
355355
.cache

Videos/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Reserve video folder

0 commit comments

Comments
 (0)