Skip to content

Commit

Permalink
chore(.gitignore): fix capitalization error for DS_Store (#365)
Browse files Browse the repository at this point in the history
The correct capitalization used by macOS is `.DS_Store`, not `.DS_store`
  • Loading branch information
KinectTheUnknown committed Mar 10, 2022
1 parent b0443a0 commit 8cb629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ voice/**/*.d.ts
voice/**/*.mjs

# macOS files
.DS_store
.DS_Store

0 comments on commit 8cb629b

Please sign in to comment.