Update .gitattributes to not look at haskell files

This commit is contained in:
Martin Šošić 2023-10-02 18:41:38 +02:00 committed by GitHub
parent 6a70c32843
commit b0c87281dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
*.wasp linguist-language=JavaScript
*.hs linguist-detectable=false
/examples/* linguist-documentation