mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-16 17:06:41 +08:00
docs(git): add base
This commit is contained in:
10
docs/git/base/gitkeep.md
Normal file
10
docs/git/base/gitkeep.md
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
# .gitkeep
|
||||
|
||||
文件`.gitkeep`是一个占位符
|
||||
|
||||
>git无法追踪一个空的文件夹,当用户需要追踪(track)一个空的文件夹的时候,按照惯例,大家会把一个称为.gitkeep的文件放在这些文件夹里。
|
||||
|
||||
## 相关阅读
|
||||
|
||||
* [.gitkeep](https://www.jianshu.com/p/2507dfdb35d8)
|
||||
Reference in New Issue
Block a user