Add .gitattributes file.

Currently the project is marked as JavaScript, because of the generated
Protobuf code. This should remove the generated api code, excluding the
Protobuf definitions itself.
This commit is contained in:
Orne Brocaar 2022-04-06 21:45:42 +01:00
parent 96fe672fc7
commit 78f8b6336f

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
api/** linguist-vendored
api/proto/** -linguist-vendored