git - Updated gitignore but files still being tracked -


i updated .gitignore ignore files, when sync changes still there on github.

please me. have tried many things.

edit: looked @ don't want because changes repo. want gitignore work me

if want untrack specific file can use command:

git rm --cached filename 

if want untrack lot of new files added gitignore can this:

git rm -r --cached . git add . git commit 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -