18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
# 忽略文件夹中的所有内容,但保留文件夹本身
|
|
# 原始视频文件夹
|
|
files/recordings/*
|
|
!files/recordings/.gitkeep
|
|
|
|
# 原始图像文件夹
|
|
files/images/*
|
|
!files/images/.gitkeep
|
|
|
|
# 原始图像裁剪人体文件夹
|
|
files/crop/*
|
|
!files/crop/.gitkeep
|
|
|
|
# 人脸对比文件夹
|
|
files/data/*
|
|
!files/data/.gitkeep
|
|
|