- Add lazy loading for result lists (load more on scroll/selection) - Add non-blocking bookmark loading with JSON cache - Add Firefox favicon extraction and caching - Fix dynamic provider filtering (files/calc/websearch in All mode) - Fix clippy warnings across core and plugins - Add apex-neon theme - Add aur/ to gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
/target
|
|
CLAUDE.md
|
|
media.md
|
|
|
|
# AUR packages (each is its own git repo for aur.archlinux.org)
|
|
aur/*/.git/
|
|
aur/*/pkg/
|
|
aur/*/src/
|
|
aur/*/*.tar.zst
|
|
aur/*/*.tar.gz
|
|
aur/*/*.tar.xz
|
|
aur/*/*.pkg.tar.*
|
|
# Keep PKGBUILD and .SRCINFO tracked
|
|
.SRCINFO
|
|
aur/
|