diff --git a/.gitignore b/.gitignore index 586c3e3..3f9e928 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ config.json outputs/ !outputs/.gitkeep +data/* +!data/.gitkeep # macOS .DS_Store diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/ui/static/index.html b/ui/static/index.html index 9e58cef..a4ae4a5 100644 --- a/ui/static/index.html +++ b/ui/static/index.html @@ -40,7 +40,7 @@