Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Add .DS_Store to gitignore since it is MacOS specific
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Jul 22, 2021
1 parent 8fb05fa commit 81bb72b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ hs_err_pid*

# ignore intellij configs
.idea/

# ignore for MacOS
*.DS_Store

0 comments on commit 81bb72b

Please sign in to comment.