Please check if your PR fulfills the following requirements:
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
[ ] Build (npm run build) was run locally and any changes were pushed
[ ] Unit tests (npm test) were run locally and passed
Pull request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [x] Other (please describe): gitignore updates
## What is the current behavior?
The infamous .DS_Store on MacOS can accidentally be added to the repo when running commands like git add
GitHub Issue Number: N/A
What is the new behavior?
Add .DS_Store to the gitignore to prevent such adding
Does this introduce a breaking change?
[ ] Yes
[X] No
Testing
When running locally on a Mac (or a machine running MacOS, who says it's a computer made by Apple 😉), .DS_Store doesn't show up in staging/prestaging in git
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally and any changes were pushednpm test
) were run locally and passedPull request type
Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [x] Other (please describe): gitignore updates ## What is the current behavior?The infamous
.DS_Store
on MacOS can accidentally be added to the repo when running commands likegit add
GitHub Issue Number: N/A
What is the new behavior?
Add
.DS_Store
to the gitignore to prevent such addingDoes this introduce a breaking change?
Testing
When running locally on a Mac (or a machine running MacOS, who says it's a computer made by Apple 😉),
.DS_Store
doesn't show up in staging/prestaging in gitOther information