Documentation
¶
Overview ¶
Package gitzip creates ZIP archives of source trees while respecting .gitignore. Three strategies are tried in order:
- git archive HEAD — clean git repo; fastest, fully deterministic.
- git ls-files — dirty git repo; respects .gitignore on all platforms.
- filepath.Walk — non-git directory; uses a built-in skip list.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.