Compare commits

..

3 commits

Author SHA1 Message Date
ecebb821b6 Add .github/renovate.json5 2025-08-05 22:02:32 +00:00
bd59c32fd0
Exclude audio files 2025-06-05 15:22:47 +02:00
11e4b517f7
chore: fix repo URL 2025-03-29 11:03:22 +01:00
3 changed files with 5 additions and 5 deletions

View file

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

3
.gitignore vendored
View file

@ -38,3 +38,6 @@ build/
.DS_Store
/.idea/
/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
1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-workshop
1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-demos
2) Move to your `ai-lc4j-workshop` folder
3) Move to the corresponding `demo-0x` folder
4) Execute `mvn clean quarkus:dev`