stencil-community / stencil-eslint

ESLint rules specific to Stencil JS projects
MIT License
61 stars 34 forks source link

chore(git): gitignore .DS_Store #61

Closed rwaskiewicz closed 3 years ago

rwaskiewicz commented 3 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

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?

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

Other information