diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 18:19:40 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 18:19:40 -0700 |
commit | 7b42d26c6112adfbabfa580ac58ad9f119b68cb6 (patch) | |
tree | 7ea592554fedacc33ba9be727c04914faab1e8d2 /.gitignore | |
parent | 3d57e14df7ba5f14a634295caf3b2e60da50bfe2 (diff) | |
download | yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.tar.lz yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.tar.xz yt-local-7b42d26c6112adfbabfa580ac58ad9f119b68cb6.zip |
Add automatic release generation system so dependencies will be updated per release
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,11 @@ __pycache__/ debug/ data/ python/ +release/ +youtube-local/ banned_addresses.txt settings.txt - +get-pip.py +latest-dist.zip +*.zip *venv* |