From 832a5587e4ad3ccc200a0395d200d9e67c3a92c7 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Mon, 14 Dec 2020 14:26:39 -0800 Subject: [PATCH] Update .gitignore The integration tests are creating a temptestdir which is deleted after each test is run, but when they fail remains. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3d6c7cac..46161589 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ vendor/ .DS_Store composer.lock .phpunit.result.cache + +temptestdir \ No newline at end of file