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