diff options
author | Parker <contact@pkrm.dev> | 2024-08-02 21:37:00 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-08-02 21:37:00 -0500 |
commit | 9e1729aa290501e5a3da546455fe68e8c13ce212 (patch) | |
tree | 49d1c9f92a7493129b923455b768c6ab96048693 /.gitignore | |
parent | 1bffa26776f6c80e2f2513d236f78ce9b7eea39f (diff) |
Change config validation - make more stuff optional
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ config.ini __pycache__ count.db -notes.txt
\ No newline at end of file +notes.txt +config.yaml
\ No newline at end of file |