From b8adbd3ac60eba12b0e33f237585ac9956863d65 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Thu, 23 Apr 2020 07:58:46 +0800 Subject: [PATCH] Update .gitignore file .phpunit.result.cache added after run phpunit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f5f7da1..6edcf9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ Homestead.json Homestead.yaml npm-debug.log .env +.env.backup +.phpunit.result.cache +yarn-error.log /ftpsync.settings