diff options
author | Parker <contact@pkrm.dev> | 2024-04-11 00:36:55 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-04-11 00:36:55 -0500 |
commit | ca3d136126f2f8d6cf522502af3204c78fc45b22 (patch) | |
tree | 447528dd4879e7ba5cd7117a8675b67690198358 | |
parent | 460c4c4935db26fe8edff4486bc7fb8d25f75cef (diff) |
Ignore `count.db` file
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ config.ini -__pycache__
\ No newline at end of file +__pycache__ +count.db
\ No newline at end of file |