git rm -r --cached ./Part\ 8\ -\ Deep\ Learning/Section\ 40\ -\ Convolutional\ Neural\ Networks\ (CNN)/dataset/
git rm -r --cached ./.RData
git rm -r --cached ./.Rhistory
git rm -r --cached ./.spyproject/
git rm -r --cached ./.Rproj.user/
git rm -r --cached ./Machine-Learning-A-Z.Rproj
Part\ 8\ -\ Deep\ Learning/Section\ 40\ -\ Convolutional\ Neural\ Networks\ (CNN)/dataset/*
.RData
.Rhistory
.spyproject/*
.Rproj.user/*
Machine-Learning-A-Z.Rproj
git commit -am "Remove ignored files"
git push origin master