Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
中央にスペースがあるフォルダーがありますが、その中にwebconfigファイルがあります。gitにwebconfigファイルを無視させたいのですが、フォルダー内のスペースのために、どういうわけかそれを無視していません。誰かがこれを回避する方法を知っていますか?
My FolderName/Web.config
真ん中に挿入しようとし%20ましたが、効果がありませんでした。
%20
ご協力ありがとうございました。
試してみるMy\ FolderName/Web.configか"My FolderName/Web.config"
My\ FolderName/Web.config
"My FolderName/Web.config"
おそらく"My FolderName"/Web.config代わりに使用する必要があると思います。
"My FolderName"/Web.config