124
82

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 5 years have passed since last update.

Windowsエクスプローラーでドットファイルを作成する

Posted at

Windowsのエクスプローラーで安易にドットファイルを作ろうとすると怒られます。

例えば、なんかリポジトリがあって、そこで、.gitignoreを作りたい、とします(この際、cmd.exeやPowerShellから作れば?とかは置いておきましょう)。

こういうとき、

2014-08-22 03_58_07-sample.png

エクスプローラーでテキストファイルを作り

2014-08-22 03_58_50-sample.png

.gitignore とかにファイル名を変更しようとしますが、

2014-08-22 03_59_01-名前の変更.png

このようなエラーが出たりして、変更することができません。

そこで、

2014-08-22 03_59_53-sample.png

と、入力します。末尾にも.を入力するのがポイント。

すると、

2014-08-22 03_59_58-名前の変更.png

「はい」と答えると、

2014-08-22 04_00_04-sample.png

無事、.gitignoreを作ることができました。


元ネタ: How to create a file with a . dot prefix in Windows Explorer

124
82
2

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
124
82

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?