From 7ea26d40b9f07312f95de6489cf5204ca2161532 Mon Sep 17 00:00:00 2001 From: ash Date: Sat, 14 Mar 2026 16:54:01 +0000 Subject: [PATCH] Stop tracking public folder and add to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d298be1..132a090 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public/ \ No newline at end of file +public/ +resources/ \ No newline at end of file