From a57f8bed4ad51730975aa8e899b1c65f7ee48a10 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Thu, 15 Oct 2015 11:13:43 +0200 Subject: [PATCH] Ignore any Thumbs.db and not just in the root directory (this is really helpful for people developing on Windows) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99d2f1b7d773..62b2fec899b7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ /vendor /node_modules /.DS_Store -/Thumbs.db +Thumbs.db /.env /.env.development.php /.env.php @@ -30,4 +30,4 @@ /.idea /.project tests/_output/ -tests/_bootstrap.php \ No newline at end of file +tests/_bootstrap.php