From afc837a90388c894918e0f2055d8d46b90ddcc6a Mon Sep 17 00:00:00 2001 From: guide Date: Tue, 9 Nov 2021 21:59:25 +0800 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 49e0fc6b..2dc9c784 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /node_modules -/package-lock.json \ No newline at end of file +/package-lock.json +/dist +.DS_Store From 537fdceafeb7f9820b9e497c8a2a1d2c45ed712e Mon Sep 17 00:00:00 2001 From: guide Date: Tue, 9 Nov 2021 21:59:27 +0800 Subject: [PATCH 2/2] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2f2cad2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java \ No newline at end of file