Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Oct 23, 2024
1 parent a60b8d4 commit 50f3700
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tanzu/config/spring-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
name: spring-metal
spec:
build:
nonSecretEnv:
- name: BP_JVM_VERSION
value: "17"
buildpacks: {}
path: ../..
ports:
Expand Down
43 changes: 43 additions & 0 deletions .tanzuignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Operating System Files

*.DS_Store
Thumbs.db
*~
.#*
#*
*#


# Build Files #

bin
target
build/
.gradle
.mvn

# Eclipse Project Files #

.classpath
.project
.settings

# IDEA Files #

*.iml
*.ipr
*.iws
*.idea
.vscode

# Spring Bootstrap artifacts

dependency-reduced-pom.xml

mem*.db

README.html


.tanzu/config/genai-external-service.yml
.tanzu/config/postgres-external-service.yml

0 comments on commit 50f3700

Please sign in to comment.