From 52a96388250294825bea77f21cc8061ff8b0856a Mon Sep 17 00:00:00 2001 From: Joseph Silber Date: Sun, 13 Oct 2013 21:53:44 -0400 Subject: [PATCH] gitignore windows thumbnails --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba8704c5842..e0d0d37db70 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /vendor composer.phar composer.lock -.DS_Store \ No newline at end of file +.DS_Store +Thumbs.db \ No newline at end of file