Document FizzBuzz nested git repository structure
- Add note to .gitignore explaining fizzbuzz/.git is intentional - FizzBuzz maintains its own git history to demonstrate TDD progression - Facilitators can use 'cd fizzbuzz && git log' to see RED-GREEN commits
This commit is contained in:
parent
c3355063f2
commit
3a4521f52a
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,3 +16,7 @@ Thumbs.db
|
|||
# Temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# FizzBuzz nested git repository (keep the .git for demo purposes)
|
||||
# The fizzbuzz/.git directory contains TDD progression commits
|
||||
# It's intentionally kept separate from the main workshop repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue