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