From b1fdbb06e2bf97c273595d9f52d980afc000e51b Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Thu, 25 Sep 2025 15:21:31 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..900cae0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.github/ export-ignore +LICENSE export-ignore +README.md export-ignore +install.sh export-ignore