0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

.NETのgitignoreファイルを作成する

Posted at

.NETに入門して、gitignoreファイルの作成方法をメモしておく。

.NETコマンドで作成する

ファイルの作成したい場所に移動して実行する。

dotnet new gitignore

実行すると

テンプレート "dotnet gitignoreファイル" が正常に作成されました。

というメッセージが返ってくる。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?