add snapshots to .gitattributes

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2025-06-16 12:44:19 +02:00 committed by GitHub
parent 7b8f6d047a
commit 343f3b9492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitattributes vendored
View file

@ -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