Thursday, 5 August 2021

git ignore

 to ignore build file

my file inside wwwroot of .net so in git ignore i have given filepath or ryt click on commit changes file show the option git ignore.then i taken that path but fill still getting track so i given after wwwroot/* means all files.

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...