From 752234037f3aeb90d5ed86b58f4f32fab861d2f8 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Mon, 5 May 2025 11:04:47 +0000 Subject: [PATCH] chore(git): add .gitattributes file for consistent line endings and generated files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6ba5456 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf + +dist/** -diff linguist-generated=true