diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 3d5393432..de401472f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ README.txt # Binary youtube-dl youtube-dlc -youtube-dlc.zip +yt-dlp.zip *.exe # Downloaded @@ -82,9 +82,7 @@ cookies.txt .idea *.iml .vscode -*.sublime-workspace -*.sublime-project -!yt-dlp.sublime-project +*.sublime-* # Lazy extractors */extractor/lazy_extractors.py @@ -92,4 +90,4 @@ cookies.txt # Plugins ytdlp_plugins/extractor/* !ytdlp_plugins/extractor/__init__.py -!ytdlp_plugins/extractor/sample.py
\ No newline at end of file +!ytdlp_plugins/extractor/sample.py |