mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
pkg(gitignore): whitelist specific files
This commit is contained in:
parent
b5902ceff9
commit
dc7f0ed86c
1 changed files with 7 additions and 3 deletions
10
packages/.gitignore
vendored
10
packages/.gitignore
vendored
|
@ -1,4 +1,8 @@
|
||||||
*/build
|
*/*
|
||||||
*/output
|
|
||||||
*.pkg.tar.gz
|
*.pkg.tar.gz
|
||||||
*/pkg-info.json
|
!*/metadata.json
|
||||||
|
!*/build.sh
|
||||||
|
!*/environment
|
||||||
|
!*/run
|
||||||
|
!*/compile
|
||||||
|
!*/test.*
|
Loading…
Add table
Add a link
Reference in a new issue