From d77dea6498be2fe56eedddad27e03f333f8efcdb Mon Sep 17 00:00:00 2001 From: partyaddict <52793290+partyaddict@users.noreply.github.com> Date: Tue, 21 Apr 2020 11:32:46 +0100 Subject: [PATCH] Adds windows image file caches to .gitignore (#836) Shoutouts to Windows 7 Users --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5abfcb8979..05b654564f 100644 --- a/.gitignore +++ b/.gitignore @@ -280,3 +280,7 @@ BuildFiles/Windows/Godot/* # Working on the tools scripts is getting annoying okay? .mypy_cache/ + +# Windows image file caches +Thumbs.db +ehthumbs.db