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.
git を使用して、空のフォルダーをチェックインできるかどうか疑問に思っています。
いいえ、できません。Git で空のフォルダーをコミットすることはできません。
一般的な回避策は、空の.gitkeepファイルをフォルダーに追加してチェックインするか、単純に を配置し.gitignoreて、そのフォルダーに入るファイルの種類を無視することです。おそらく、それらを無視したい、またはコミットする何かがあるでしょう。
.gitkeep
.gitignore