From b7f95d092e52d53e52aa96f52551ab4cd02078e0 Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Fri, 9 May 2025 14:35:52 +0900 Subject: [PATCH] Update README.md and .gitignore --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e..ed9e4cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,23 @@ -node_modules +/.phpunit.cache +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/storage/pail +/vendor +.env +.env.backup +.env.production +.phpactor.json +.phpunit.result.cache +Homestead.json +Homestead.yaml +npm-debug.log +yarn-error.log +/auth.json +/.fleet +/.idea +/.nova +/.vscode +/.zed \ No newline at end of file