From 7f62c14563d835ba6ce1b258a02abc5828083c54 Mon Sep 17 00:00:00 2001 From: I Putu Bagus Purnama Yasa Date: Thu, 6 Oct 2022 22:02:37 +0800 Subject: [PATCH] ignore .env.production (#6004) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 38e5b253..7f1c059d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /vendor .env .env.backup +.env.production .phpunit.result.cache Homestead.json Homestead.yaml