From a1d2b142f5870122c8b2696ecfc8906c186f2caf Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 29 Aug 2025 00:12:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20``.content-collections``?= =?UTF-8?q?=20to=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3b462cb..c66ead5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ +# Dependencies node_modules +# Content Collections +.content-collections + # Output .output .vercel