What are all these *.FileListAbsolute.txt files for?

前端 未结 5 1059
广开言路
广开言路 2021-02-04 22:46

What are the *.FileListAbsolute.txt files for that Visual Studio generates? They keep cluttering up my searches. Such as when I search for *.csproj for adding projects to a .sln

5条回答
  •  攒了一身酷
    2021-02-04 23:40

    I know this is an older post...but I had this same issue and it turned out that I had accidently checked these into source control and not checked them back out, leaving them read only. The solution was to remove them from source control.

提交回复
热议问题