gitignore.io
gitignore.io copied to clipboard
The 'text' template is the opposite of what it should be
The text template is currently the following:
### Text ###
*.doc
*.docx
*.log
*.msg
*.pages
*.rtf
*.txt
*.wpd
*.wps
This EXCLUDES all text-like files instead of including them ;)
Fixed in this PR for the templates repo: https://github.com/toptal/gitignore/pull/569#issue-2223952377