From 141d712a47dcfd6d8946278f8ca48f45a8ae8009 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Fri, 2 Feb 2024 15:19:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(git)=20add=20.turbo=20folder=20to?= =?UTF-8?q?=20.gitgnore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore this cache folder that must only be stored locally. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0d5372..0594529 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ dist *.sw? vite.config.ts.timestamp-* -env.d \ No newline at end of file +env.d +.turbo