aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 1c25f9553d076e2b7b6711c503121ba3fb1698bb (plain)
1
2
3
4
5
6
7
8
# Text files use LF line endings in this repository
*   text=auto

# Except the dependencies, which we leave alone
vendor/**   -text=auto

# Diffs on these files are meaningless
*.svg           -diff