Skip to content

Commit

Permalink
Remove .DS_Store files and add to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhumber committed Jan 3, 2025
1 parent 71b7bc6 commit 124e5fc
Show file tree
Hide file tree
Showing 4 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 @@ -2,6 +2,9 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Custom
.DS_Store

## Build generated
build/
DerivedData/
Expand Down
Binary file removed Sources/.DS_Store
Binary file not shown.
Binary file removed Sources/SimpleAnalytics/.DS_Store
Binary file not shown.

0 comments on commit 124e5fc

Please sign in to comment.