Removed wrongly pushed empty db

This commit is contained in:
2022-01-04 13:35:49 +01:00
parent aa79d8a0d0
commit ca5d973a3c
3 changed files with 4 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ lib/*.exe
lib/yt-dlp lib/yt-dlp
.env .env
*.mp4 *.mp4
*.ytdl *.ytdl
*.db

3
.gitignore vendored
View File

@@ -7,4 +7,5 @@ lib/yt-dlp
.env .env
*.mp4 *.mp4
*.ytdl *.ytdl
*.part *.part
*.db

Binary file not shown.