From e80165c66a3ceba30a59bbba9de927b6353ddaea Mon Sep 17 00:00:00 2001 From: yogiedigital Date: Mon, 15 Sep 2025 06:00:34 +0000 Subject: [PATCH] Add .gitignore add gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ae140b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +log +tmp +/public/** +!public/.gitkeep \ No newline at end of file