diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-11-14 17:40:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 17:40:23 +0000 |
commit | e45239b39de89bc3140f9264bddff55ff8c0eb16 (patch) | |
tree | 6830492ed7a510a4754ed0498cf727301ecf9fc4 /.gitignore | |
parent | 13cbccc00dde9abf6ec69f17747fe275a2de8e28 (diff) | |
download | yoshi-cli-e45239b39de89bc3140f9264bddff55ff8c0eb16.tar.gz yoshi-cli-e45239b39de89bc3140f9264bddff55ff8c0eb16.tar.bz2 yoshi-cli-e45239b39de89bc3140f9264bddff55ff8c0eb16.zip |
exclude egg-info from repo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ build/ dist/ venv/ __pycache__/ +yoshi_cli.egg-info/ *.sqlite *.key |