pkg(gitignore): whitelist specific files
This commit is contained in:
parent
b5902ceff9
commit
dc7f0ed86c
|
@ -1,4 +1,8 @@
|
||||||
*/build
|
*/*
|
||||||
*/output
|
|
||||||
*.pkg.tar.gz
|
*.pkg.tar.gz
|
||||||
*/pkg-info.json
|
!*/metadata.json
|
||||||
|
!*/build.sh
|
||||||
|
!*/environment
|
||||||
|
!*/run
|
||||||
|
!*/compile
|
||||||
|
!*/test.*
|
Loading…
Reference in New Issue