Skip to content

Commit

Permalink
Git ignore DS_Store files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Jan 5, 2025
1 parent 1abc43e commit 5c309c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ secrets.tar
# mypy
.mypy_cache/

# macOS attributes
*.DS_Store
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store

# pyre
.pyre/
Expand Down

0 comments on commit 5c309c0

Please sign in to comment.