From aecdabc94458a4a727629092003bc04621659829 Mon Sep 17 00:00:00 2001 From: Nicolas Stenberg-Daniil Date: Wed, 17 May 2023 00:57:01 +0200 Subject: [PATCH] Update .gitignore Added exception for macOS and Windows thumbnails --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 5c0cfe14..c707c777 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,13 @@ gh-pages/ searx.egg-info/ .env geckodriver.log + +# macOS +.DS_Store +._* + +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db