From b64ece67be6ab0cf74557b12085355f7b90d7383 Mon Sep 17 00:00:00 2001 From: "Satya L. Johnson" Date: Mon, 6 Sep 2021 23:42:04 -0400 Subject: [PATCH] Update .gitignore to ignore mac dotfile .DS_Store --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0975863..4de279b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ public/ static/processed_images/ +.DS_Store +content/.DS_Store +static/.DS_Store \ No newline at end of file