Closed szepeviktor closed 4 months ago
ZIP archives are created from git index, not from the filesystem.
Here is how to test.
git archive HEAD | tar --list --exclude="src" --exclude="src/*"
@johnbillion Friendly ping 🏓
ZIP archives are created from git index, not from the filesystem.
Here is how to test.