DEV Community

Discussion on: πŸ™ Please Add .gitattributes To Your Git Repository

Collapse
 
andrewlane profile image
Andrew Lane

Should your

git rm --cached -r
Enter fullscreen mode Exit fullscreen mode

command be this instead?

git rm --cached -r .
Enter fullscreen mode Exit fullscreen mode
Collapse
 
deadlybyte profile image
Carl Saunders

Yep, good spot. I'll change it now.