From 62d0da73218f834d00a0811aa1da3813245f0ead Mon Sep 17 00:00:00 2001 From: vios10009 Date: Mon, 14 Nov 2022 19:53:55 +0800 Subject: [PATCH] =?UTF-8?q?add:=20.gitignore=E3=80=81.gitattributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36854cc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.vs