Skip to content

Commit

Permalink
Update /.gitignore to ignore macOS .DS_Store files (#929)
Browse files Browse the repository at this point in the history
* Update .gitignore with .DS_Store exclude and delete checked in .DS_Store file
  • Loading branch information
petecooper authored Nov 18, 2024
1 parent 8b0df8e commit 20ee4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ __debug_bin

*tar.gz

# macOS
.DS_Store

# Local Netlify folder
.netlify

0 comments on commit 20ee4e8

Please sign in to comment.