diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:37:57 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:37:57 -0500 |
commit | 60955a616870093a5a14345f284f001185753967 (patch) | |
tree | 3ae88318445380170cab5fcd7c9a6b6ef9adc0dd /.gitignore | |
parent | 0809a7758f7e201d10c88d6f95fd86085a57e65d (diff) | |
download | nba-scores-60955a616870093a5a14345f284f001185753967.tar.gz nba-scores-60955a616870093a5a14345f284f001185753967.tar.bz2 nba-scores-60955a616870093a5a14345f284f001185753967.zip |
update app name
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ .DS_Store venv/ dist/ -nba-cli.egg* +nba-scores.egg* |