Skip to content

Commit

Permalink
Merge pull request #629 from hongweiliu17/ignore_DSStore
Browse files Browse the repository at this point in the history
chore: ignore .DS_Store in .gitignore
  • Loading branch information
hongweiliu17 committed Mar 26, 2024
2 parents 61b579b + 4ec2b4c commit 8955955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ vendor
*.swp
*.swo
*~

#Mac
.DS_Store
.AppleDouble
.LSOverride

0 comments on commit 8955955

Please sign in to comment.