eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
6 stars 29 forks source link

fix: ignore .DS_Store, .vscode, .idea, cmake-build-* in subdirs #1384

Closed wdconinc closed 6 months ago

wdconinc commented 6 months ago

Briefly, what does this PR introduce?

Some files are not explicitly ignored, and can get mistakenly committed. This PR adds the macOS .DS_Store metadata files, and .vscode/, .idea/, cmake-build-*/ also in subdirectories. See #1383.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

github-actions[bot] commented 6 months ago

Capybara summary for PR 1384