toptal / gitignore.io

Create useful .gitignore files for your project
https://www.toptal.com/developers/gitignore
MIT License
8.27k stars 623 forks source link

The 'text' template is the opposite of what it should be #637

Open frindler opened 6 months ago

frindler commented 6 months ago

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 ;)

frindler commented 6 months ago

Fixed in this PR for the templates repo: https://github.com/toptal/gitignore/pull/569#issue-2223952377