Add gitignore to ignore client settings file and stories besides the test_story

This commit is contained in:
KoboldAI Dev 2021-05-02 19:47:28 -04:00
parent 26c21575ee
commit 87de4fc949
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Ignore client settings file
client.settings
# Ignore stories file except for test_story
stories/*
!stories/sample_story.json