ignore .DS_Store files
This commit is contained in:
parent
1ddffc01c9
commit
97713e130b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue