Compare commits

..

1 commit

Author SHA1 Message Date
300916db35 chore(deps): add .github/renovate.json5 2025-03-28 17:01:40 +00:00
3 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>phoenix/renovate-config"
]
} }

3
.gitignore vendored
View file

@ -38,6 +38,3 @@ build/
.DS_Store .DS_Store
/.idea/ /.idea/
/ict-scouts/ /ict-scouts/
### Audio files ###
demo-08-beiman/src/main/resources/audio/

View file

@ -27,7 +27,7 @@ You are going to play (and hopefully enjoy) with:
# Run demos # Run demos
1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-demos 1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-workshop
2) Move to your `ai-lc4j-workshop` folder 2) Move to your `ai-lc4j-workshop` folder
3) Move to the corresponding `demo-0x` folder 3) Move to the corresponding `demo-0x` folder
4) Execute `mvn clean quarkus:dev` 4) Execute `mvn clean quarkus:dev`