Remove embedded git repos; ignore vendored data dirs
applepy/data/lynis and applepy/data/macos_security were committed as gitlink stubs (mode 160000) because rsync -a copies .git/ along with everything else. Cloners would silently receive empty directories. Fix: remove the submodule stubs, add both dirs to .gitignore (they are populated by scripts/vendor_compliance_assets.sh), and add --exclude .git to both rsync invocations so future vendor runs don't recreate the problem. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -25,6 +25,10 @@ out-priv/
|
||||
# Reference material (large PDFs + nested repos, not needed to run the tool)
|
||||
pdfs/
|
||||
|
||||
# Vendored third-party assets (populate with scripts/vendor_compliance_assets.sh)
|
||||
applepy/data/lynis/
|
||||
applepy/data/macos_security/
|
||||
|
||||
# Personal / session notes
|
||||
progress.txt
|
||||
resume.txt
|
||||
|
||||
Reference in New Issue
Block a user