repo: add */*.AppImage to .gitignore

This commit is contained in:
Puqns67 2024-03-13 02:47:29 +08:00
parent f559a70cd9
commit 11747ce5bc
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
2 changed files with 2 additions and 1 deletions

1
packages/.gitignore vendored
View File

@ -4,6 +4,7 @@
*/*.pkg.tar.zst.sig
*/*.tar.gz
*/*.zip
*/*.AppImage
*/*.log
!*/keys/

View File

@ -4,9 +4,9 @@ pkgname='alist'
pkgver=3.32.0
pkgrel=1
pkgdesc='A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs.'
arch=('x86_64' 'aarch64' 'riscv64')
url="https://github.com/alist-org/alist"
license=('AGPL-3.0-or-later')
arch=('x86_64' 'aarch64' 'riscv64')
depends=('alist-web' 'glibc')
makedepends=('go')
backup=("etc/${pkgname}/config.json")