Skip to content

Add output folders of basic and ensemble examples to git

Tjerk Vreeken requested to merge keep-empty-output-directories into master

Regression in cb9bcd, where the .gitignore files were removed. This commit adds them again. This ensures that:

  1. the output folders of basic and ensemble exist in a clean checkout.
  2. running the examples does not pollute the git diff/status/add/... commands with possibly changed values in timeseries_export.csv.

Merge request reports