roc/.gitattributes
Anton-4 343f3b9492
add snapshots to .gitattributes
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-06-16 12:44:19 +02:00

8 lines
293 B
Text

# Require roc files to be checked out with Unix line endings, even on windows
*.roc text eol=lf
* text=auto eol=lf
crates/compiler/test_mono/generated/* linguist-generated=true
# Mark snapshot files as generated to collapse them by default in GitHub
src/snapshots/* linguist-generated=true