How to add empty folder in git repository

1.建立資料夾
2.建立.gitignore 檔案

檔案內容
# Ignore everything in this directory
*
# Except this file
!.gitignore

發佈留言