From 6ac796a096b6245386bb8d3052c19c2356e0e2e7 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sun, 17 Sep 2023 01:58:27 -0700 Subject: [PATCH] chore(gitignore): update gitignore config for ignoring all `.ds_store` macos folder setting files at root --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 017c9c01..95df2bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -137,4 +137,7 @@ cache .node-xmlhttprequest-sync-* # frontmatter cms config -.frontmatter \ No newline at end of file +.frontmatter + +# macos directory config setting file +.DS_Store \ No newline at end of file