equinor/webviz-archived

Inconsistent .gitignore

Closed this issue · 0 comments

Description

  • Output folder for the provided API examples is webviz_example. This is currently part of .gitignore at root level, as well as core/examples and visualizations/fan_chart (but not the rest of the visualizations).
  • Output folder for the provided site examples is html_output. This is implemented in different ways in the directory structure.
    • examples/site_example/html_output/* in visualizations/{fan_chart, bar_chart, heat_map, histogram, line_chart, pie_chart, scatter_plot, scatter_plot_matrix, tornado_plot}/.gitignore, but not in e.g. map.
    • **/html_output/ in [core/.gitignore, core/examples/.gitignore].

Expected behavior

Have webviz_example/ and html_output/ defined at root .gitignore only.