1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Ignore makepkg files and dirs pkg/ src/ booster-um-git/ # Ignore pacman packages *.pkg.tar.zst # Do not ignore PKGBUILD files !PKGBUILD !*.install # Do not ignore common files !*.diff !*.patch # Ignore vscode .vscode/*