visual studio 2013 - TFS/Git extensions seems to ignore .gitignore -
i'm running vs 2013 update 3 'visual studio tools git' extension. extension users of both team explorer , git , have no other git , tfs related extensions installed , running. use microsoft's tfs cloud service backup , share work.
everything worked expected few months. want able use vs extension again, problem files should ignored .gitignore being included default. same git repository when viewed command line not have problem , works expected.
possibly important: have @ 1 time half-way set straight tfs account online never used locally , never correlated problems have mentioned here. also, long time ago had follow advice in posting remove these binary files version control because added .gitignore file late. since command line doesn't have problem think else @ work , --hard reset worked intended.
what problem vs? there way change setting or correct oversight ignore files in .gitignore file in git directory not ignore .gitignore file?
to head off potential questions: confirmed directories, , branches same on both interfaces observing changes added git/tfs , posh git git bash , other git interfaces have tried. problem additional files should ignored not ignored in vs extension.
here sample of .gitignore file use, produced vs:
## ignore visual studio temporary files, build results, , ## files generated popular visual studio add-ons. # user-specific files *.suo *.user *.sln.docstates # build results [dd]ebug/ [rr]elease/ x64/ build/ [bb]in/ [oo]bj/ 
we had the same problem vs2013 git provider ignoring .gitignore few files. turned out, there ms-persist.xml in .git folder 2 relevant sections <trackedfiles> , <ignoredfiles>.
as suggest in a blog post eric nelson closing vs, deleting file , restarting vs again solved problem.
Comments
Post a Comment