初始提交:部署 Spring Boot 应用
This commit is contained in:
26
.dockerignore
Normal file
26
.dockerignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# 排除Git目录
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# 排除IDE相关文件
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
.vscode/
|
||||
|
||||
# 排除日志文件
|
||||
*.log
|
||||
|
||||
# 排除构建输出目录
|
||||
target/
|
||||
!target/light-delivery-1.0.0.jar
|
||||
|
||||
# 排除Maven相关文件
|
||||
.mvn/
|
||||
mvnw
|
||||
mvnw.cmd
|
||||
|
||||
# 排除系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
Reference in New Issue
Block a user