From 0b1bd40a8f679c12360d67586c96b2b2194eb7d7 Mon Sep 17 00:00:00 2001 From: baliasnyifeliks Date: Tue, 13 Jan 2026 09:22:12 +0200 Subject: [PATCH] chore: update .gitignore and README for new modules - Add BanderaBackend to .gitignore - Fix LampaC directory name in .gitignore - Update README with new modules (BambooUA, UAKino, StarLight) - Mark AniHUB as [RIP] in README - Fix formatting in README (newline at end of file) --- .gitignore | 5 +++-- README.md | 14 ++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7799ab9..8f4dd64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ /.idea/ /AIDocumentation/ -/Lampac/ +/LampaC/ +/BanderaBackend/ /Kinovezha/ /.clinerules/moduls.md /.clinerules/uaflix-optimization.md /.clinerules/ -/.qodo/ +/.qodo/ \ No newline at end of file diff --git a/README.md b/README.md index 2cefd2b..5b6002f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Ukraine online source for Lampac - [x] AnimeON -- [x] AniHUB -- [ ] BambooUA +- [x] [RIP] AniHUB +- [x] BambooUA - [x] CikavaIdeya -- [ ] KinoTron -- [ ] KinoVezha -- [ ] KlonTV +- [x] StarLight +- [x] UAKino - [x] UAFlix - [x] UATuTFun - [x] Unimay @@ -42,6 +41,9 @@ Create or update the module/repository.yaml file - CikavaIdeya - Uaflix - UaTUT + - Bamboo + - UAKino + - StarLight ``` branch - optional, default main @@ -67,4 +69,4 @@ modules - optional, if not specified, all modules from the repository will be in }, "displayindex": 1 } -``` \ No newline at end of file +```