From 0b4e8cbcf088718706d11ca0241baaace216babc Mon Sep 17 00:00:00 2001 From: Artur <5359825+sethidden@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:29:17 +0200 Subject: [PATCH] Update .gitignore to excule .turbo and ggshield cache --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 54eb203e86..c96ba95102 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,7 @@ coverage **/cypress/screenshots # Local version of changeset's changelog -.changeset/changelog.js \ No newline at end of file +.changeset/changelog.js + +.turbo +.cache_ggshield