From 1a45dfe010c5e7217746e89b4c1dc955f435deb9 Mon Sep 17 00:00:00 2001 From: fha Date: Sat, 21 Sep 2024 21:07:26 +0200 Subject: [PATCH] Adding root content to git ignore. To prevent accidently uploading it again when working on the template. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 32adec2..83e499c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /public/** /exampleSite//public/** +/content/** /.vscode/** \ No newline at end of file