Add a .gitignore file to your .NET apps the fast way!

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2023
  • .NET Developers often waste time setting up local git repos when they start searching for the correct .gitignore file template. Many of them don't realize the .NET CLI has a built-in command to solve this for you - the fast and correct way! Let's dive into it.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 3

  • @bengroseclose1795
    @bengroseclose1795 6 หลายเดือนก่อน +1

    Thanks, the number of times I had to Google how to untrack files in gir because I forgot to set up my gitignore.

  • @juarez_junior
    @juarez_junior 4 หลายเดือนก่อน +2

    Thanks! Very useful!