From 8cb629befeda8697ef622cd3b234e5133615bdb5 Mon Sep 17 00:00:00 2001 From: KinectTheUnknown <34723558+KinectTheUnknown@users.noreply.github.com> Date: Thu, 10 Mar 2022 13:59:04 -1000 Subject: [PATCH] chore(.gitignore): fix capitalization error for DS_Store (#365) The correct capitalization used by macOS is `.DS_Store`, not `.DS_store` --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 412b9449..e5243ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ voice/**/*.d.ts voice/**/*.mjs # macOS files -.DS_store +.DS_Store