author avatar

soniya.rayabagi

Fri Oct 20 2023

figured out how we can use gitignore to add the DS.STORE files into it by deleting the ds.store file first and using echo ".DS_Store" >> .gitignore to add the file.