From 81ec34b7f94fc4f12ae23d47f54e202b47808770 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 1 May 2020 15:07:47 +0200 Subject: [PATCH] Don't track database and timestamp files in repo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5686403 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/db.json +/timestamp.dat