githubteacher / githubfordevelopers-april

GitHub for Developers Training
4 stars 11 forks source link

My git is trying to capture .DS_Store (hidden file) #155

Closed rchillard-gov closed 7 years ago

rchillard-gov commented 7 years ago

How do I keep it from doing that?

brianamarie commented 7 years ago

@rchillar You will want to add the .DS_Store to a .gitignore file. Here's some documentation on how to do that.

rchillard-gov commented 7 years ago

Thank you!