From b58d1d5402a992a87f56444516979cf1f5ba5899 Mon Sep 17 00:00:00 2001 From: yogiedigital Date: Mon, 15 Sep 2025 06:01:00 +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