From 87de4fc9497d90bb4c198716c2d93c18e2717732 Mon Sep 17 00:00:00 2001 From: KoboldAI Dev Date: Sun, 2 May 2021 19:47:28 -0400 Subject: [PATCH] Add gitignore to ignore client settings file and stories besides the test_story --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ff83d6e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore client settings file +client.settings + +# Ignore stories file except for test_story +stories/* +!stories/sample_story.json \ No newline at end of file