From d4f121f28fe96541ec87467c0c28b080cc1e6be9 Mon Sep 17 00:00:00 2001 From: Michael Dorner Date: Sat, 10 Jun 2023 16:21:53 +0200 Subject: [PATCH] Add macOS generated files to gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb0067f2..733cf755 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,11 @@ #others node_modules -.DS_Store -**/.DS_Store .hugo_build.lock + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes