Kentzo / git-archive-all

A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes
MIT License
372 stars 81 forks source link

.gitsubmodules #55

Closed rfreitas closed 5 years ago

rfreitas commented 6 years ago

Problem

The git submodules file is still included. This means if you want to share the archive and push to another repo, you will get the submodules even though they are redundant.

Suggestion

Exclude it?

Kentzo commented 6 years ago

It can be excluded it via .gitattributes and export-ignore.