From 86781bfbcde039bbf4e560fa9c8454d2aefbf960 Mon Sep 17 00:00:00 2001 From: Anh Hoang Nguyen Date: Fri, 10 Oct 2025 00:16:09 -0400 Subject: [PATCH 1/2] Remove and ignore .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 03e85ac85a70d8af7d77e7770bc2c28f43a4bed2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5Z<-bBov_sg&r5Y7Obrb#Y?F51&ruHr6we3FlI}V+CwSitS{t~_&m<+ zZiH$MolvMk4HS-0MUoO^{|%<_?+UE}CN z$|R_CKe&ve`J}ybD$~M`(k~|F?mYmi>8tT>q@o_R`3eSm#UtJaA|EH&aRXjkcgbP-U5P)7{>0s|i;YfSP0 diff --git a/.gitignore b/.gitignore index 0e09140f7..d7da37314 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /jsonnet-generated-production/ /jsonnet-generated-staging/ /charts/openvsx/charts +.DS_Store \ No newline at end of file From 18ee51a7a831c4bd61417712b8c33f55b70ddc47 Mon Sep 17 00:00:00 2001 From: Anh H Nguyen Date: Wed, 15 Oct 2025 16:24:44 -0400 Subject: [PATCH 2/2] Add empty line to .gitignore for Unix EOF --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d7da37314..bcc9b2107 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ /jsonnet-generated-production/ /jsonnet-generated-staging/ /charts/openvsx/charts -.DS_Store \ No newline at end of file +.DS_Store