Skip to content

Commit

Permalink
fix(.dockerignore): #**/.git
Browse files Browse the repository at this point in the history
dotnet build "KnifeHub.Web.csproj" 需要从 git 获取信息
  • Loading branch information
yiyungent committed Jan 19, 2024
1 parent 3df4f71 commit 22b8d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**/.classpath
**/.dockerignore
**/.env
**/.git
#**/.git # dotnet build "KnifeHub.Web.csproj" 需要从 git 获取信息
**/.gitignore
**/.project
**/.settings
Expand Down

0 comments on commit 22b8d17

Please sign in to comment.