From f6ac2d9789063b566b9b50795c2edf1a72f33172 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Sat, 6 Dec 2025 02:15:16 +0900 Subject: [PATCH] git: add gitattributes to mark generated files both jj-vcs and tangled don't support gitattributes yet, but this would be still valuable for git tools. Signed-off-by: Seongmin Lee --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1ff80621 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +api/tangled/** linguist-generated -diff +flake.lock -diff -- 2.51.2