chore(.gitignore): fix capitalization error for DS_Store (#365)

The correct capitalization used by macOS is `.DS_Store`, not `.DS_store`
This commit is contained in:
KinectTheUnknown
2022-03-11 01:59:04 +02:00
committed by GitHub
parent b0443a02ec
commit 8cb629befe
+1 -1
View File
@@ -47,4 +47,4 @@ voice/**/*.d.ts
voice/**/*.mjs
# macOS files
.DS_store
.DS_Store