2
1

More than 1 year has passed since last update.

VisualStudioで.gitignoreを自動で作成する

Posted at

1. はじめに

  • GitへコミットしたC#のプログラムソースで管理不要なファイルを除外したい
  • .gitignoreファイルの書き方を理解せず、自動で作成したい

2. 作成方法

2.1. Powershellを起動する

image.png

2.2. .gitフォルダがある場所へCDする

image.png

2.3. dotnet new gitignoreコマンドを実行する

image.png

2.4. .gitignoreファイルが作成される

image.png

3. 参考文献

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1