File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ setup() {
1313 XDG_CACHE_HOME=" $( temp_make) "
1414 export XDG_CACHE_HOME
1515
16- # Projects sit at <root>/<category>/<project> and always hold a .git.
17- # wordpress projects carry a .git alongside their bedrock/site app dir;
18- # clinimed-style projects have .git only inside bedrock/trellis subdirs ;
19- # vcpkg is a nested submodule (deeper ) that must be excluded from scans.
16+ # Projects sit at <root>/<category>/<project>. Most hold a .git directly
17+ # at that depth; clinimed-style projects hold .git only inside subdirs.
18+ # wordpress projects also carry a bedrock/site app dir alongside their .git ;
19+ # vcpkg is a nested submodule (depth 5+ ) that must be excluded from scans.
2020 mkdir -p \
2121 " ${ROOT} /mods/HoldFast/.git" \
2222 " ${ROOT} /mods/HoldFast/lib" \
You can’t perform that action at this time.
0 commit comments