phpsword / sword-bundle

Modern WordPress development with Symfony
https://getsword.com
MIT License
124 stars 4 forks source link

Stop exporting development files #29

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

This is how to test what gets into GitHub ZIP-s.

git archive HEAD | tar --list --exclude="src" --exclude="src/*"

source