mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-07 14:44:59 +00:00
add snapshots to .gitattributes
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
7b8f6d047a
commit
343f3b9492
1 changed files with 4 additions and 1 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -2,4 +2,7 @@
|
|||
*.roc text eol=lf
|
||||
* text=auto eol=lf
|
||||
|
||||
crates/compiler/test_mono/generated/* linguist-generated=true
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue