diff options
author | Parker <contact@pkrm.dev> | 2024-12-03 22:43:27 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-12-03 22:43:27 -0600 |
commit | 8af6e7af03a1a3038da1beb0f57d6e0494dc9411 (patch) | |
tree | aa121cf965ff69454fee5bf46fbf82c2fc46a6eb | |
parent | 752f4ffde611926437c11fc89d993cc6ffe6ac89 (diff) |
Update ignore files
-rw-r--r-- | .dockerignore | 5 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore index e62392f..76a13b5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ -config.ini __pycache__ count.db -notes.txt
\ No newline at end of file +notes.txt +config.yaml +track_events.log
\ No newline at end of file @@ -1,4 +1,3 @@ -config.ini __pycache__ count.db notes.txt |