From f0fa494782249ee83c2a78bcb0cafaeeeed08fe4 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Thu, 15 Nov 2018 18:20:22 -0500 Subject: [PATCH] Add sotd.json to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 11614af..a67bfae 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,6 @@ dmypy.json # Pyre type checker .pyre/ + +# SOTD data store +sotd.json