diff --git a/.dockerignore b/.dockerignore index 20fe58e..c68e752 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,7 +6,6 @@ pnpm-lock.yaml **/__pycache__ test/* Videos/* -!Videos/.gitkeep settings-production.toml startRecord-production.sh src/utils/cookies.json \ No newline at end of file diff --git a/.gitignore b/.gitignore index efef367..a28c57f 100755 --- a/.gitignore +++ b/.gitignore @@ -349,7 +349,7 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/intellij+all,python,pycharm+all,macos,windows # Data&test -Videos/ +Videos/* !Videos/.gitkeep test/ .cache diff --git a/Videos/.gitkeep b/Videos/.gitkeep new file mode 100644 index 0000000..4278ed1 --- /dev/null +++ b/Videos/.gitkeep @@ -0,0 +1 @@ +Reserve video folder \ No newline at end of file