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:
parent
a4960245c2
commit
a57f8bed4a
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
tests/_bootstrap.php
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue