summary refs log tree commit diff
path: root/.gitattributes
blob: b7bbcc476ce55828b7010edeca69bb493a98daf3 (plain)
1
2
3
4
5
# Disable autocrlf on generated files, they always generate with LF
# Add any extra files or paths here to make git stop saying they
# are changed when only line endings change.
src/generated/**/.cache/* text eol=lf
src/generated/**/*.json text eol=lf