From 6289520a3d10808bd45471ba7e73861e2d0325a3 Mon Sep 17 00:00:00 2001 From: Francisco Moretti Date: Sun, 6 Oct 2024 17:26:47 +0100 Subject: [PATCH] better gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 34a9ab8..645754d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,5 +44,7 @@ tsconfig.tsbuildinfo # Downloader .downloader/* ./packages/*/.downloader -./content -./public \ No newline at end of file + +# Content and public folders +/content +/public \ No newline at end of file