ELVIS-Project / Madrigal-Project

Symbolic music files for the Madrigal Project
0 stars 0 forks source link

Create .gitignore to enforce removal of DS_Store and other unwanted files #3

Closed napulen closed 3 years ago

napulen commented 3 years ago

Just looking at the commits and seeing that .DS_Store seemed to be a problem.

One way to get them out of the way for good is to create a .gitignore file.

Any commits will not include the ignored files in the future.

This is also helpful for ignoring intermediate files (e.g., MuseScore temporary files).

julieemelyncumming commented 3 years ago

Thanks Nestor! Sylvain – I’m just bringing this to your attention.

Julie

Julie E. Cumming McGill University, Schulich School of Music @.***

From: Néstor Nápoles López @.> Sent: July 15, 2021 10:59 AM To: ELVIS-Project/Madrigal-Project @.> Cc: Subscribed @.***> Subject: [ELVIS-Project/Madrigal-Project] Create .gitignore to enforce removal of DS_Store and other unwanted files (#3)

Just looking at the commits and seeing that .DS_Store seemed to be a problem.

One way to get them out of the way for good is to create a .gitignore file.

Any commits will not include the ignored files in the future.

This is also helpful for ignoring intermediate files (e.g., MuseScore temporary files).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ELVIS-Project/Madrigal-Project/issues/3, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AECDKVIYDNSSUTTNDNCVBLDTX3ZRRANCNFSM5ANXILCA.

emilyhopkins commented 3 years ago

I can do this one and thanks @napulen for the suggestion!