code-gov icon indicating copy to clipboard operation
code-gov copied to clipboard

Remove .DS_Store

Open optimisticside opened this issue 1 year ago • 0 comments

This pull request removes the .DS_Store. The file is used by macOS to cache the contents of a directory for faster lookup. However, it is not necessary to push the file to GitHub. I have removed the file and added a .gitignore that stops it from being pushed again.

Description

More information about the purpose of the file can be found here: https://en.wikipedia.org/wiki/.DS_Store

Related Issue

I don't think this is needed. It's really just a quick fix.

Motivation and Context

It cleans up the repository.

Screenshots (if appropriate):

Checklist:

  • [x] I have read the CONTRIBUTING document.
  • [x] I have read the CODE OF CONDUCT document.

optimisticside avatar Aug 02 '23 16:08 optimisticside