Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about global
.gitignore
to CONTRIBUTING.md
— Instead of …
…ignoring `.DS_Store` files created by macOS Finder (#6499) # Objective Finder in macOS creates hidden `.DS_Store` files containing metadata (for icon positioning, view mode, etc) whenever you browse a directory. There's no point in committing these to git, and they're a common git + macOS nuisance. ## Solution - ~~This PR adds `.DS_Store` files to `.gitignore`, improving the developer experience on macOS.~~ - This PR adds a note to the `CONTRIBUTING.md` file teaching how to use global git ignore.
- Loading branch information