From 02246213e137f5efa3713178716d51d2e3a6910a Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 4 Apr 2020 16:51:51 -0700
Subject: [PATCH] Don't track the user's items list

---
 .gitignore                      | 3 +++
 items.json => items-sample.json | 0
 2 files changed, 3 insertions(+)
 rename items.json => items-sample.json (100%)

diff --git a/.gitignore b/.gitignore
index 51c5b10..d11d14e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# User config
+items.json
+
 # Logs
 logs
 *.log
diff --git a/items.json b/items-sample.json
similarity index 100%
rename from items.json
rename to items-sample.json
-- 
GitLab