Skip to content

Commit

Permalink
chore: Ignore .DS_Store files in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkthkr committed May 23, 2024
1 parent 880bed8 commit 33d1e3f
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 76 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

./DS_Store
**/.DS_Store
Loading

0 comments on commit 33d1e3f

Please sign in to comment.