diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9ee6e91cf..189ada254 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,14 @@ venv/ # VS Code related files .vscode +# SublimeText files +*.sublime-workspace + +# Cookies +cookies cookies.txt -*.sublime-workspace
\ No newline at end of file +# Plugins +ytdlp_plugins/extractor/* +!ytdlp_plugins/extractor/__init__.py +!ytdlp_plugins/extractor/sample.py
\ No newline at end of file |