Skip to content

Commit

Permalink
fix: ignore .DS_Store file recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Sep 13, 2020
1 parent bc55d31 commit 0dc94c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
/vendor/
composer.lock
composer.lock
.DS_Store
**/.DS_Store

0 comments on commit 0dc94c8

Please sign in to comment.