diff options
| author | ash lea <example@thisismyactual.email> | 2026-06-01 14:25:40 -0400 |
|---|---|---|
| committer | ash lea <example@thisismyactual.email> | 2026-06-01 14:25:40 -0400 |
| commit | 52b847653296f6e80fd68678b2a88ee9f560eaff (patch) | |
| tree | b52750d0b649f64a670552d1776e39f6a0a676d3 /.gitattributes | |
initial commit
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b7bbcc4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,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 |