Hakan Axheim

Hakan Axheim

  • 1.4k
  • 201
  • 29.5k

How to ignore files to GIT

Oct 26 2020 1:58 AM
Hi,
 
I am writing an .NET application at use GIT as repository.
In Visual Studio I am connected to the GIT repository.
 
My problem is that I have a file that is autogenereated in all debug and release directories. The name of the files is .NETFramework,Version=v4..2.AssemblyAttributes.cs. What are those files? In Visual Studio I have 328 such files.

How can I ignore those files to GIT?

and why are they autogenerated?

Answers (2)