advent-of-code/.gitignore

7 lines
181 B
Text

# Don't include prompts and inputs as they're not free to copy
**/input*
**/prompt
# Demos are also part of the prompt...
**/demo*
# ... except when I wrote those myself
!**/demog*