diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
