java_demo/.dockerignore

50 lines
557 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Jenkins相关文件
Jenkinsfile*
jenkins-docker/
*.md
# Git相关
.git/
.gitignore
# IDE相关
.idea/
.vscode/
*.iml
*.ipr
*.iws
# 构建产物除了需要的jar文件
target/classes/
target/test-classes/
target/surefire-reports/
target/site/
target/maven-archiver/
target/maven-status/
# 日志文件
*.log
# 临时文件
*.tmp
*.swp
*~
# 系统文件
.DS_Store
Thumbs.db
# Docker相关
*.tar
docker-compose.yml
# 部署脚本
deploy.sh
server-setup*.sh
# 文档
JENKINS_*.md
SSH_CONFIG_GUIDE.md
ENTERPRISE_JENKINS_GUIDE.md
QUICK_START.md