From b889e9c9b7ac3c83873fb382c427a947308e419a Mon Sep 17 00:00:00 2001 From: Bill Kudo Date: Sat, 25 Apr 2020 10:59:12 -0700 Subject: [PATCH] .DS_Store banished! --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f046f1d..2680130 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target src/*.txt -*Resources \ No newline at end of file +*Resources +.DS_Store \ No newline at end of file