Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

.gitignore not working visual studio

  #normally it happens when you already upload files and after 
  # that you add your .gitignore file
  git rm -r --cached . 
  git add .
  git commit -am "Remove ignored files"
  git push  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #working #visual #studio
ADD COMMENT
Topic
Name
5+8 =