diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 90512ca..7190a60 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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" } diff --git a/.gitignore b/.gitignore index c133874..a7fa2fe 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ build/ .DS_Store /.idea/ /ict-scouts/ + +### Audio files ### +demo-08-beiman/src/main/resources/audio/ \ No newline at end of file diff --git a/README.md b/README.md index 79c6df9..9255109 100644 --- a/README.md +++ b/README.md @@ -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`