Skip to content

Commit

Permalink
Added .DS_Store to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Dec 20, 2023
1 parent 2651f69 commit bf585a1
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 @@ -10,6 +10,9 @@ out/
# Dotenv file
.env

# MacOS file cruff
.DS_Store

# Coverage
lcov.info

Expand Down

0 comments on commit bf585a1

Please sign in to comment.