GIScience / gis-training-resource-center

5 stars 4 forks source link

do not push unneccessary files #15

Closed maze2point0 closed 8 months ago

maze2point0 commented 8 months ago

Make sure to not push not needed files like

empty files

or .DS_Store

https://en.wikipedia.org/wiki/.DS_Store https://stackoverflow.com/questions/107701/how-can-i-remove-ds-store-files-from-a-git-repository

celthome commented 8 months ago

I added .DS_Store into the gitignore file and deleted the existing .DS_Store files from this repository, so with the next pull for everyone this problem should be solved.