pkg(gitignore): whitelist specific files

This commit is contained in:
Thomas Hobson 2021-03-06 19:28:55 +13:00
parent b5902ceff9
commit dc7f0ed86c
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 7 additions and 3 deletions

10
packages/.gitignore vendored
View File

@ -1,4 +1,8 @@
*/build
*/output
*/*
*.pkg.tar.gz
*/pkg-info.json
!*/metadata.json
!*/build.sh
!*/environment
!*/run
!*/compile
!*/test.*