Skip to content

Commit 139cb79

Browse files
committed
chore: 更新忽略文件
1 parent 8e130af commit 139cb79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,9 @@ coverage*.xml
359359
*.lutconfig
360360

361361
# Upload Folder
362-
src/**/wwwroot/**/uploader
362+
src/**/wwwroot/**/uploader/*.*
363+
!src/**/wwwroot/**/uploader/readme.txt
364+
363365

364366
# Wasm
365367
**/Wasm/**/wwwroot/css/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
do not delete

0 commit comments

Comments
 (0)