Skip to content

Instantly share code, notes, and snippets.

@epreston
Last active June 28, 2021 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epreston/677a649ce7653565e7d56b61cfab5a98 to your computer and use it in GitHub Desktop.
Save epreston/677a649ce7653565e7d56b61cfab5a98 to your computer and use it in GitHub Desktop.
basic gitattributes - uncomment to enable certain language stats
# Auto detect text files and perform LF normalization
* text=auto
# Files to remove from language stats for this project
# *.css linguist-vendored
# *.scss linguist-vendored
# *.html linguist-vendored
# *.js linguist-vendored
# *.php linguist-vendored
# *.py linguist-vendored
CHANGELOG.md export-ignore
LICENSE.txt eol=crlf
*.bat eol=crlf
*.cmd eol=crlf
*.ps1 eol=lf
*.sh eol=lf
*.rtf -text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment