2
Answers

How to ignore files to GIT

Hakan Axheim

Hakan Axheim

4y
750
1
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)