mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
8 lines
293 B
Text
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
|