From 2e7e0c2552c58cb2c2aca8c6c612be01ffe3566d Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 1 Feb 2025 03:04:17 -0800 Subject: [PATCH] chore: add gitattributes to mark lua as generated --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a94485f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +lua/** linguist-generated