Fix gitignore so data/uploads placeholders are tracked

This commit is contained in:
梁铭洋
2026-08-29 11:52:33 +08:00
parent 97fea48393
commit 106e0e14bc
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
# 运行时数据与上传(勿入库 # 运行时数据与上传(保留目录占位
/data/ /data/*
/uploads/
!/data/.gitkeep !/data/.gitkeep
/uploads/*
!/uploads/.gitkeep !/uploads/.gitkeep
# Composer # Composer
View File
View File