diff --git a/packages/.gitignore b/packages/.gitignore index 92bd97e..d98ab0b 100644 --- a/packages/.gitignore +++ b/packages/.gitignore @@ -1,8 +1,8 @@ -*/* +*/*/* *.pkg.tar.gz -!*/metadata.json -!*/build.sh -!*/environment -!*/run -!*/compile -!*/test.* \ No newline at end of file +!*/*/metadata.json +!*/*/build.sh +!*/*/environment +!*/*/run +!*/*/compile +!*/*/test.* \ No newline at end of file