repo: add */*.AppImage
to .gitignore
This commit is contained in:
parent
f559a70cd9
commit
11747ce5bc
1
packages/.gitignore
vendored
1
packages/.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
*/*.pkg.tar.zst.sig
|
||||
*/*.tar.gz
|
||||
*/*.zip
|
||||
*/*.AppImage
|
||||
*/*.log
|
||||
|
||||
!*/keys/
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user