creativecommons / search

Creative Commons Search Portal
https://search.creativecommons.org/
MIT License
19 stars 114 forks source link

[Bug] The `.gitignore` file does not include `.DS_Store` #269

Closed possumbilities closed 1 month ago

possumbilities commented 1 month ago

Description

The .gitignore file does not include .DS_Store, it should be included it to prevent accidental commits including it.

Expectation

.DS_Store should not be picked up in this repository by git.

See Vocabulary's .gitignore as an example:

Resolution