workflow first try...
This commit is contained in:
@@ -1,59 +1,12 @@
|
||||
# Build artifacts and dependencies
|
||||
target/
|
||||
.mvn/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
.eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Version control
|
||||
.git/
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Documentation and scripts (comment out if needed in container)
|
||||
README.md
|
||||
*.md
|
||||
deploy.sh
|
||||
rollback.sh
|
||||
fetch-log.sh
|
||||
|
||||
# Docker files (avoid recursion)
|
||||
docker/
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
|
||||
# Logs and temp files
|
||||
**/target/
|
||||
**/.buildx-cache/
|
||||
.buildx-cache/
|
||||
**/log/
|
||||
log/
|
||||
logs/
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Backup files
|
||||
backup/
|
||||
*.backup
|
||||
*.bak
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Test files
|
||||
**/src/test/
|
||||
|
||||
# Maven wrapper (we install Maven in container)
|
||||
.mvn/
|
||||
mvnw
|
||||
mvnw.cmd
|
||||
**/.DS_Store
|
||||
.DS_Store
|
||||
.vscode/
|
||||
**/.idea/
|
||||
**/.serena/
|
||||
|
||||
Reference in New Issue
Block a user