Update gitignore to refer to new default snapshot report location (#2927)

This commit is contained in:
darrenburns
2023-07-12 11:08:33 +01:00
committed by GitHub
parent 2d0266550e
commit 7c6d3c9461

4
.gitignore vendored
View File

@@ -117,8 +117,8 @@ venv.bak/
# mypy
.mypy_cache/
# Snapshot testing report output directory
tests/snapshot_tests/output
# Snapshot testing report output (default location)
snapshot_report.html
# Sandbox folder - convenient place for us to develop small test apps without leaving the repo
sandbox/