summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-11-12 11:56:24 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-11-12 11:56:24 +0100
commit1fc0e087e320d9cfe9cb11dc11cb62fac4deaf81 (patch)
tree852b5f75f92921dccda56aea31deb2a78303a531 /.gitignore
parent9a983203c4c22f6e6494f7596433e6c857f9a591 (diff)
downloadjokevote-1fc0e087e320d9cfe9cb11dc11cb62fac4deaf81.tar.gz
jokevote-1fc0e087e320d9cfe9cb11dc11cb62fac4deaf81.zip
use json config format, expose db path
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 67fb743..828e9dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-votes.db
-votes*.db
-config.py
+*.db
+*.json
__pycache__/