From 4517e6eb1ab2eba210698749c05e02fe27fe50ee Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Mon, 27 Mar 2023 14:08:56 +0300 Subject: linkeysearch: gitignore hot-fix --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b41c06d..45e8f0e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,9 @@ app/public/temp/ auth/*.json # environmental variable files -.env \ No newline at end of file +.env + + +# source and target (input and output/results) folders +data/* +results/* \ No newline at end of file -- cgit v1.2.3