From b37b8bd94d322147854a107d6d0321f6d57da41b Mon Sep 17 00:00:00 2001 From: ThePerkinrex Date: Wed, 14 Jul 2021 17:07:10 +0200 Subject: [PATCH] Add vendored code --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index ead1d41..20d1bb7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,7 @@ # Make line endings lf only lib*.a filter=lfs diff=lfs merge=lfs -text *.so filter=lfs diff=lfs merge=lfs -text + + +server/src/server/protos/** linguist-vendored +unity/Assets/Scripts/grpc/** linguist-vendored \ No newline at end of file