clap icon indicating copy to clipboard operation
clap copied to clipboard

.DS_Store missing in .gitignore

Open NatureIsFrequency opened this issue 1 year ago • 0 comments

Clap repositories on MacOS currently flag .DS_Store files as changes to the repository

Suggest following the convention of adding .DS_Store to .gitignore

As per the following repos: https://github.com/free-audio/clap-wrapper/blob/main/.gitignore https://github.com/free-audio/clap-helpers/blob/main/.gitignore https://github.com/free-audio/clap-juce-extensions/blob/main/.gitignore

NatureIsFrequency avatar Feb 06 '24 14:02 NatureIsFrequency