Files
GitGuide/docs/git/base/gitkeep.md
2021-03-18 17:06:57 +08:00

10 lines
304 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# .gitkeep
文件`.gitkeep`是一个占位符
>git无法追踪一个空的文件夹当用户需要追踪(track)一个空的文件夹的时候,按照惯例,大家会把一个称为.gitkeep的文件放在这些文件夹里。
## 相关阅读
* [.gitkeep](https://www.jianshu.com/p/2507dfdb35d8)