From ffbf613e6859728b57ec70843bec93c6b4f5ce4d Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Tue, 25 Feb 2025 00:06:28 +0530 Subject: [PATCH] chore: add .gitattributes to mark frontend files as vendored --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fbad3578 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +frontend/* linguist-vendored