pkg(gitignore): update for new structure

This commit is contained in:
Thomas Hobson 2021-03-13 19:53:46 +13:00
parent 8745c0e2a3
commit 09779c6bf2
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 7 additions and 7 deletions

14
packages/.gitignore vendored
View File

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