From e8edf6c8010357b2572ea7bcad6cfbb97943fbb6 Mon Sep 17 00:00:00 2001 From: hupeh Date: Sun, 15 Oct 2023 16:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E7=AC=A6=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + .gitignore | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2b276b4..44c3a55 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ .env .env.* !.env.example -/docs \ No newline at end of file +/docs +.DS_Store +*.log +TODOs.md +/.vscode/ \ No newline at end of file