From f26ce550eab206ca9fefc537b0cc4624ee6b5641 Mon Sep 17 00:00:00 2001 From: Joseph Banass Date: Mon, 18 Apr 2022 09:07:29 -0500 Subject: [PATCH] Add `.DS_Store` to `.gitignore` --- .gitignore | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f76a129..90bef15 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ spec/examples.txt Gemfile.lock *.gem + +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index 462c3f0..384a704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- Added `.DS_Store` to `.gitignore` ### Changed