fix: 修复 uploads 目录忽略规则
- 将 /uploads/ 改为 uploads/ 以匹配所有子目录中的 uploads 文件夹 - 确保上传测试文件不会被 git 跟踪
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ ehthumbs.db
|
|||||||
|
|
||||||
# Application specific
|
# Application specific
|
||||||
/db/
|
/db/
|
||||||
/uploads/
|
uploads/
|
||||||
/temp/
|
/temp/
|
||||||
/tmp/
|
/tmp/
|
||||||
*.pid
|
*.pid
|
||||||
|
|||||||
Reference in New Issue
Block a user