From 73bad4709c9a8e4b2b3435c7f19c01261ab88cd3 Mon Sep 17 00:00:00 2001 From: Toto Date: Fri, 28 Oct 2022 14:26:45 +0700 Subject: [PATCH 1/2] Add .gitattributes to framework --- admin/framework/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 admin/framework/.gitattributes diff --git a/admin/framework/.gitattributes b/admin/framework/.gitattributes new file mode 100644 index 0000000000..76743df497 --- /dev/null +++ b/admin/framework/.gitattributes @@ -0,0 +1,2 @@ +/.github export-ignore +/.gitattributes export-ignore From 60988a4d32acaa386a5a969b2354d7b0d11ac9e0 Mon Sep 17 00:00:00 2001 From: Toto Date: Fri, 28 Oct 2022 19:09:52 +0700 Subject: [PATCH 2/2] add `.gitignore export-ignore` --- admin/framework/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/framework/.gitattributes b/admin/framework/.gitattributes index 76743df497..99484cbc3c 100644 --- a/admin/framework/.gitattributes +++ b/admin/framework/.gitattributes @@ -1,2 +1,3 @@ /.github export-ignore /.gitattributes export-ignore +/.gitignore export-ignore