diff options
author | Parker <contact@pkrm.dev> | 2024-06-24 16:25:07 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-06-24 16:25:07 -0500 |
commit | 140bfe3feec9e9286cf2fdf9659f58fcdb4a1270 (patch) | |
tree | 7960b3c6e36b74b1ad087001508b02b3084b19d8 /.gitignore | |
parent | cc1f3601c8a75699f20bb6b170b324afa0186fda (diff) |
Ignore config.ini file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ data.db __pycache__ .DS_Store -internal_notes.txt
\ No newline at end of file +internal_notes.txt +config.ini
\ No newline at end of file |