Skip to content

Commit

Permalink
Add .DS_Store to .gitignore
Browse files Browse the repository at this point in the history
Whilst some people will have the file in their global ignore,
I personally don't, and other contributors might not either.
  • Loading branch information
edmorley committed Oct 23, 2023
1 parent 006d513 commit ddd8534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ packaged/

# These are backup files generated by rustfmt
**/*.rs.bk

.DS_Store

0 comments on commit ddd8534

Please sign in to comment.