claude-vs-grok/.gitignore
Gregory Gauthier 12e5e067c3 chore(gitignore): add exception for Debate_ directories
Add rules to include directories starting with "Debate_" and their contents in version control.
2026-04-10 15:31:59 +01:00

13 lines
177 B
Plaintext

# Ignore everything
*
# Except markdown files
!*.md
# Except directories beginning with "Debate_" and their contents
!Debate_*/
!Debate_*/**
# And this gitignore
!.gitignore