- Add .gitignore to ignore non-markdown files except itself - Add Debate_1 directory with transcript, verdicts from Claude and Grok - Add INSTRUCTIONS.md for debate process - Add README.md for repository overview
9 lines
87 B
Plaintext
9 lines
87 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Except markdown files
|
|
!*.md
|
|
|
|
# And this gitignore
|
|
!.gitignore
|