From 99e0b590416109b6a538515558168a8e76bc1275 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Thu, 21 Mar 2024 16:30:16 -0400 Subject: [PATCH] update gitignore (#4256) Signed-off-by: Ian Maddaus --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index e3850cf3be..8e0e690db2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ .DS_Store +# Hugo/Go workspace files +*.work +*.work.sum + # ignore doctree files in translation folders *.doctree *.pickle @@ -26,6 +30,9 @@ static/fonts/fontawesome node_modules vendor +# dart-sass files for local dev testing +/dart-sass + # temp file created by hugo .hugo_build.lock