mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Maintenance: Standardize .gitignore to whitelist strategy
This commit is contained in:
parent
de81e3e74f
commit
56adb847b8
1 changed files with 24 additions and 7 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -1,7 +1,24 @@
|
|||
/src
|
||||
/pkg
|
||||
/npm-cache
|
||||
*.tar.gz
|
||||
*.pkg.tar.*
|
||||
*.tgz
|
||||
*.code-workspace
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# Whitelist the essentials
|
||||
!.gitignore
|
||||
!.SRCINFO
|
||||
!PKGBUILD
|
||||
|
||||
# Whitelist auxiliary files
|
||||
!*.install
|
||||
!*.patch
|
||||
!*.diff
|
||||
!*.service
|
||||
!*.desktop
|
||||
!*.conf
|
||||
!*.png
|
||||
!*.svg
|
||||
!*.sysusers
|
||||
!*.tmpfiles
|
||||
!LICENSE
|
||||
!README.md
|
||||
!CHANGELOG.md
|
||||
!*.ini
|
||||
!*.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue