Skip to content

Commit

Permalink
Remove .DS_Store and add it to .gitignore (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew authored Feb 2, 2022
1 parent 5958182 commit 982b080
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 @@ -17,3 +17,6 @@ unins
.coverage
.vscode/**
.venv/*

# macOS temporary files
.DS_Store

0 comments on commit 982b080

Please sign in to comment.