chore(docker): 更新.gitignore文件

This commit is contained in:
2025-12-02 14:01:16 +08:00
parent a468c0919d
commit b81e7b8b1b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# 忽略目录中所有内容 # 忽略目录中所有内容
*.* **/*.*
# 但不忽略 .gitkeep 文件 # 但不忽略 .gitkeep 文件
!.gitkeep !.gitkeep

View File

@@ -1,5 +1,5 @@
# 忽略目录中所有内容 # 忽略目录中所有内容
*.* **/*.*
# 但不忽略 .gitkeep 文件 # 但不忽略 .gitkeep 文件
!.gitkeep !.gitkeep

View File

@@ -1,5 +1,5 @@
# 忽略目录中所有内容 # 忽略目录中所有内容
*.* **/*.*
# 但不忽略 .gitkeep 文件 # 但不忽略 .gitkeep 文件
!.gitkeep !.gitkeep