gitignore
gitignore copied to clipboard
Update Text.gitignore
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 ;)
This PR adds '!' in front of all lines to INCLUDE them instead.