From 7001745dce36482b33bd02429645f40aae1eae4e Mon Sep 17 00:00:00 2001 From: biosan Date: Thu, 23 Jan 2020 12:22:59 +0100 Subject: [PATCH] fix(gitignore): ignore test diff images --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e533910..bdd4f13 100644 --- a/.gitignore +++ b/.gitignore @@ -464,3 +464,7 @@ healthchecksdb MigrationBackup/ # End of https://www.gitignore.io/api/vim,node,visualstudio + +# Ignore diff images generated after test failed comparation +src/__tests__/__image_snapshots__/__diff_output__/ +