Horje
git update gitignore remove files Code Example
git ignore still tracking
git rm --cached <file>

git rm -r --cached <folder>
github untrack files
git rm -r --cached .
git remove file from gitignore
git rm --cached <file> 
Source: git-scm.com
git update gitignore remove files
git rm --cached `git ls-files -i -c --exclude-from=.gitignore`
remove gitignore files
git ls-files --ignored --exclude-standard -z | xargs -0 git rm --cached
git commit -am "Remove ignored files"


// answer from: thSoft




Shell

Related
kill mongo db locally Code Example kill mongo db locally Code Example
stack over flow mongodb exit code 48 Code Example stack over flow mongodb exit code 48 Code Example
add user with sudoer centos Code Example add user with sudoer centos Code Example
linux video player Code Example linux video player Code Example
add user to sudoers Code Example add user to sudoers Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12