From 93aa2e846464bbee1e7e63abe0ccdb07a5bf78e8 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 26 Aug 2017 12:29:57 +0200 Subject: [PATCH] Ignore all .db files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9673d5c..882beab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ __pycache__ config.py -data.db +*.db *.pyc