Ignore any Thumbs.db

and not just in the root directory
(this is really helpful for people developing on Windows)
This commit is contained in:
Linus Metzler 2015-10-15 11:13:43 +02:00
parent a4960245c2
commit a57f8bed4a

4
.gitignore vendored
View File

@ -14,7 +14,7 @@
/vendor /vendor
/node_modules /node_modules
/.DS_Store /.DS_Store
/Thumbs.db Thumbs.db
/.env /.env
/.env.development.php /.env.development.php
/.env.php /.env.php
@ -30,4 +30,4 @@
/.idea /.idea
/.project /.project
tests/_output/ tests/_output/
tests/_bootstrap.php tests/_bootstrap.php