ClubTechPro / techpro.club

Lets create an amazing portfolio for your journey into tech by contributing to open-source projects
MIT License
17 stars 9 forks source link

Remove .DS_Store file from all folders #114

Closed chilarai closed 1 year ago

chilarai commented 1 year ago

Help is needed to remove .DS_store files from all the folders and add a rule to .gitignore to exclude all the future commits. If possible, also add rules to exclude all Golang-related temp/unwanted files

satyamgupta1495 commented 1 year ago

Hey chilarai, would love to work on this issue! could you assign this to me?

chilarai commented 1 year ago

Thanks @satyamgupta1495. I have assigned. Do hit a star, if you like the project

satyamgupta1495 commented 1 year ago

Hey Chilarai, Just a quick question to you, do you want me to exclude all the commits in any specific folder or the whole project? Also Is it ok if I leave the " exclude all Golang-related temp/unwanted files" part coz I don't use Golang and I don't wanna mess this up

chilarai commented 1 year ago

You may write a rule to ignore all future .DS_Store commits In .gitignore. That should be enough

chilarai commented 1 year ago

Closed with PR #117