SyntaxFix
Write A Post
Hire A Developer
Questions
create a .gitignore file using command touch .gitignore
.gitignore
touch .gitignore
and add the following lines in it
.DS_Store
save the .gitignore file and then push it in to your git repo.