Merge pull request #6902 from dnltsk/master
Drop .DS_Store and ignore them
This commit is contained in:
commit
9d7145c61b
2 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -17,7 +17,7 @@
|
||||||
/bootstrap/environment.php
|
/bootstrap/environment.php
|
||||||
/vendor
|
/vendor
|
||||||
/node_modules
|
/node_modules
|
||||||
/.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
/.env
|
/.env
|
||||||
/.env.development.php
|
/.env.development.php
|
||||||
|
|
|
||||||
BIN
storage/framework/.DS_Store
vendored
BIN
storage/framework/.DS_Store
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue