From a26dd9741a146f6fcafb15f2665a83256e5c57d7 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Thu, 9 Nov 2023 20:39:23 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4d29575..d27b27f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,12 +11,18 @@ # production /build +# images +/img + # misc .DS_Store .env.local .env.development.local .env.test.local .env.production.local +php/composer* +php/psalm.xml +php/vendor npm-debug.log* yarn-debug.log*