📌  相关文章
📜  如何让 github 忽略文件夹的内容,而不是文件夹 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:03.290000             🧑  作者: Mango

代码示例1
# Put this .gitignore file into the folder, "then write git add .gitignore" in the terminal

*
*/
!.gitignore