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