Closed possumbilities closed 1 month ago
The .gitignore file does not include .DS_Store, it should be included it to prevent accidental commits including it.
.gitignore
.DS_Store
.DS_Store should not be picked up in this repository by git.
See Vocabulary's .gitignore as an example:
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