From 3c10959a36b6282296c8af98cb0bbc17a3187d1f Mon Sep 17 00:00:00 2001 From: Wlad Meixner <9556979+gosticks@users.noreply.github.com> Date: Sat, 9 Jan 2021 14:58:38 +0100 Subject: [PATCH] add models folder --- .gitignore | 3 +++ config.yaml | 1 + models/.gitkeep | 0 3 files changed, 4 insertions(+) create mode 100644 models/.gitkeep diff --git a/.gitignore b/.gitignore index 259148f..c485403 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +models/* +!models/.gitkeep diff --git a/config.yaml b/config.yaml index 9084a12..c38100a 100644 --- a/config.yaml +++ b/config.yaml @@ -1 +1,2 @@ inputPath: ./samples +modelPath: ./models diff --git a/models/.gitkeep b/models/.gitkeep new file mode 100644 index 0000000..e69de29