mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-24 05:41:53 +00:00
Adds the bundled Folder Library plugin (browse the DLC library by its on-disk folder tree, in-app folder CRUD, drag-and-drop + dialog song moves, sort/filter, live search), wired into the classic v2 toolbar and the v3 Songs page. Includes the screen.js IIFE dedup (unified surface factory) and review fixes: path-traversal guard on /song/move, folder-delete data-loss fix, plural /api/plugins/<id> namespace, loose-folder song recognition, error-text escaping, v3 setLibView null-guard, and tests. Co-authored-by: Kyle <kyle.j.t@live.co.uk> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
*.log
|
|
.env*
|
|
.DS_Store
|
|
.vscode/
|
|
data/web_library.db
|
|
static/*.ogg
|
|
static/*.mp3
|
|
static/*.wav
|
|
static/art/
|
|
static/audio_*
|
|
plugins/*/
|
|
!plugins/__init__.py
|
|
# Core plugins ship in-tree. They're plugins-as-plugins (plugin loader
|
|
# treats them identically to user-installed ones) but are bundled with
|
|
# the default container image and marked `"bundled": true` in their
|
|
# manifest. Add new core plugins as `!plugins/<id>/` exceptions.
|
|
!plugins/achievements/
|
|
!plugins/achievements/**
|
|
plugins/achievements/__pycache__/
|
|
!plugins/highway_3d/
|
|
!plugins/highway_3d/**
|
|
plugins/highway_3d/__pycache__/
|
|
!plugins/folder_library/
|
|
!plugins/folder_library/**
|
|
plugins/folder_library/__pycache__/
|
|
!plugins/app_tour_library/
|
|
!plugins/app_tour_library/**
|
|
!plugins/app_tour_settings/
|
|
!plugins/app_tour_settings/**
|
|
!plugins/capability_inspector/
|
|
!plugins/capability_inspector/**
|
|
!plugins/minigames/
|
|
!plugins/minigames/**
|
|
plugins/minigames/__pycache__/
|
|
!plugins/tuner/
|
|
!plugins/tuner/**
|
|
plugins/tuner/__pycache__/
|
|
!plugins/input_setup/
|
|
!plugins/input_setup/**
|
|
node_modules/
|
|
test-results/
|
|
playwright-report/
|
|
|
|
/dlc
|
|
|
|
.vscode
|
|
Thumbs.db
|
|
*.tmp
|
|
*.swp
|
|
.idea/
|
|
plugins/support_creators
|