From 384f4191dbf4b550180f990801a609a5e16d3d38 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 02:02:15 +0200 Subject: [PATCH] Update .gitignore to exclude specific directories --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f40fe05..1646ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -assets \ No newline at end of file +assets +node/spirits +node/server/public/assets \ No newline at end of file