Skip to content

Commit

Permalink
Merge pull request #871 from VWS-Python/ds_store-0
Browse files Browse the repository at this point in the history
Git ignore DS_Store files
  • Loading branch information
adamtheturtle authored Jan 5, 2025
2 parents 03c94c3 + 20b7c27 commit fc1194a
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 @@ -128,6 +128,8 @@ dmypy.json
# Pyre type checker
.pyre/

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

uv.lock

0 comments on commit fc1194a

Please sign in to comment.