From 987e4aead2821f7ddc708c2e3ee54eac8518f335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 29 Sep 2019 11:25:40 +0200 Subject: [PATCH] fix gitignore --- .gitignore | 2 ++ manabu.toml => manabu.toml.example | 0 manabu_store.json | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) rename manabu.toml => manabu.toml.example (100%) delete mode 100644 manabu_store.json diff --git a/.gitignore b/.gitignore index 53eaa21..f938955 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /target **/*.rs.bk +manabu_store.json +manabu.toml diff --git a/manabu.toml b/manabu.toml.example similarity index 100% rename from manabu.toml rename to manabu.toml.example diff --git a/manabu_store.json b/manabu_store.json deleted file mode 100644 index c1cf8c3..0000000 --- a/manabu_store.json +++ /dev/null @@ -1 +0,0 @@ -{"foo":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]} \ No newline at end of file