From: fourthoneout Date: Thu, 16 Dec 2021 03:16:36 +0000 (+0900) Subject: Remove .DS_Store in Images X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=225f2a99263334155f9065d6a0a3856604145c45;p=rhonda%2Ftheotherroles.git Remove .DS_Store in Images This commit * Remove .DS_Store in Images * Restore .DS_Store in .gitignore --- diff --git a/.gitignore b/.gitignore index 44db07a..375e88d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vs .vscode/tasks.json -TODO \ No newline at end of file +TODO +.DS_Store diff --git a/Images/.DS_Store b/Images/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/Images/.DS_Store and /dev/null differ