Skip to content

Commit

Permalink
chore: Update .gitignore to ignore .DS_Store file
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1999 committed Aug 19, 2024
1 parent c9ab020 commit 617fcee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.egg-info/
posecheck/__pycache__/*.pyc
*/*/__pycache__/
.vscode/*
.vscode/*
.DS_Store

0 comments on commit 617fcee

Please sign in to comment.