From f8367039ca46743b434fd1b703c66454341a576e Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 31 Jan 2023 16:04:31 -0600 Subject: [PATCH] ignore Verify received / `.bak` files (#199) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e67e1941..cb6edeb6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,10 @@ tools/ _site/ api/ +# Approval test outputs +*.received.txt +*.txt.bak + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ##