mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
apply pre-commit
fixes
- add missing EOF newline - trim trailing whitespace
This commit is contained in:
parent
f3bc4111cc
commit
220fbd35a2
@ -1,7 +1,7 @@
|
||||
# A Collection of Useful .gitattributes Templates
|
||||
|
||||
Similarly to the [`.gitignore` Templates][gt], we're trying to build
|
||||
templates for `.gitattributes`.
|
||||
Similarly to the [`.gitignore` Templates][gt], we're trying to build
|
||||
templates for `.gitattributes`.
|
||||
|
||||
`Common.gitattributes` contains general exclusions that may apply to any project.
|
||||
Consider including them if they are applicable to your project.
|
||||
|
@ -121,4 +121,4 @@
|
||||
*.unity linguist-generated
|
||||
|
||||
# Spine export file for Unity
|
||||
*.skel.bytes binary
|
||||
*.skel.bytes binary
|
||||
|
Loading…
Reference in New Issue
Block a user