ignore .DS_Store files

This commit is contained in:
Daniel Teske 2021-10-25 22:05:22 +02:00
parent 1ddffc01c9
commit 97713e130b

2
.gitignore vendored
View File

@ -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