From 88e3636c3f0df44696370102627f435c4e6b9461 Mon Sep 17 00:00:00 2001 From: undef-i Date: Tue, 30 Sep 2025 01:10:34 +0800 Subject: [PATCH 1/2] Create .gitattributes --- templates/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/.gitattributes diff --git a/templates/.gitattributes b/templates/.gitattributes new file mode 100644 index 0000000..2688774 --- /dev/null +++ b/templates/.gitattributes @@ -0,0 +1 @@ +assets/* linguist-vendored From 33e790957ed88342c832222aabca49ad2d97cd97 Mon Sep 17 00:00:00 2001 From: undef-i Date: Tue, 30 Sep 2025 01:11:08 +0800 Subject: [PATCH 2/2] Add .gitattributes file --- templates/.gitattributes => .gitattributes | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename templates/.gitattributes => .gitattributes (100%) diff --git a/templates/.gitattributes b/.gitattributes similarity index 100% rename from templates/.gitattributes rename to .gitattributes