summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
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