From bf33a7cf1387481f270d77d55528b0b92d62c27d Mon Sep 17 00:00:00 2001 From: Soof Golan <83900570+soof-golan@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:29:18 +0200 Subject: [PATCH] ignore macOS .DS_Store files (#7200) Just ignoring macOS generated files. Would respectfully accept that would might not be merged. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2d881927aeeb..0087d31065b7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ profile.json # MkDocs /site + +# macOS +**/.DS_Store