Differences
This shows you the differences between two versions of the page.
| fxdemo:05-part:17-git-and-review-workflow:17-1-repository-initialisation:start [2026/08/12 15:39] – created owen | fxdemo:05-part:17-git-and-review-workflow:17-1-repository-initialisation:start [2026/08/12 15:40] (current) – owen | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| - Repository root identification. | - Repository root identification. | ||
| - Approved top-level directory structure. | - Approved top-level directory structure. | ||
| - | - .gitignore file. | + | - '' |
| - | - README.md file. | + | - '' |
| - Initial documentation locations. | - Initial documentation locations. | ||
| - Script directories. | - Script directories. | ||
| Line 23: | Line 23: | ||
| - Checklist instance locations, where applicable. | - Checklist instance locations, where applicable. | ||
| - | The prepareGitRepository.sh script may support Repository initialization, | + | The '' |
| - | The Repository should avoid empty directories that Git cannot track unless the team adds controlled marker files, such as .gitkeep, with a documented reason. The team should not use marker files as substitutes for real content once the relevant directory has governed Artifacts. | + | The Repository should avoid empty directories that Git cannot track unless the team adds controlled marker files, such as '' |
| ---- | ---- | ||