Skip to content

Commit

Permalink
Delete and gitignore .DS_Store
Browse files Browse the repository at this point in the history
This is some internal file created by MacOS Finder which should definitely be ignored in repos.

I have seen one was accidentally committed recently, so this cleans that up again.
  • Loading branch information
Swatinem committed Aug 16, 2024
1 parent 201323d commit 615e6f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,9 @@ background_app/.report.json
# Pycharm/Intellij
.idea/

# VCS
.sl
.git

# MacOS
.DS_Store
Binary file not shown.

0 comments on commit 615e6f9

Please sign in to comment.