It adds this to the root .gitignore
web/backstop_data/*
But that ignores web/backstop_data/engine_scripts which we need in the repo (we'll tweak and add to these to fix bugs).
Instead I think it should be
# FIRE VRT testing
tests/backstop/backstop-local.json
web/backstop_data/bitmaps_reference
web/backstop_data/bitmaps_test
web/backstop_data/html_report
web/backstop_data/ci_report
web/backstop_data/engine_scripts/cookies*
It adds this to the root .gitignore
web/backstop_data/*But that ignores
web/backstop_data/engine_scriptswhich we need in the repo (we'll tweak and add to these to fix bugs).Instead I think it should be