Skip to content

Commit

Permalink
chore: delete .DS_Store and add it to .gitignore (#3286)
Browse files Browse the repository at this point in the history
* Delete .DS_Store

* Add .DS_Store to .gitignore
  • Loading branch information
basnijholt authored Oct 25, 2024
1 parent 46509ef commit 3bb2661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,6 @@ Testing/
# Pip stuff
/pip-wheel-metadata/*
/_skbuild/*

# MacOS
.DS_Store

0 comments on commit 3bb2661

Please sign in to comment.