The aur/ directory was entirely gitignored, preventing PKGBUILD and .SRCINFO files from being tracked. Fix .gitignore to only ignore build artifacts and nested .git dirs, matching the owlry-plugins repo convention.
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
/target
|
|
CLAUDE.md
|
|
.worktrees/
|
|
media.md
|
|
|
|
# AUR packages (each is its own git repo for aur.archlinux.org)
|
|
# Track PKGBUILD and .SRCINFO, ignore build artifacts and sub-repo .git
|
|
aur/*/.git/
|
|
aur/*/pkg/
|
|
aur/*/src/
|
|
aur/*/*.tar.zst
|
|
aur/*/*.tar.gz
|
|
aur/*/*.tar.xz
|
|
aur/*/*.pkg.tar.*
|