From 0eace7c65cdb171fea283236c36e3d49041934e5 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 13 Jan 2021 16:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 4 ++++ .github/ISSUE_TEMPLATE.md | 12 ++++++++++++ .gitignore | 10 ++++++++++ 3 files changed, 26 insertions(+) create mode 100644 .gitattributes create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d479839 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-language=Java +*.css linguist-language=Java +*.html linguist-language=Java +*.vue linguist-language=Java diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..063b451 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +##### 版本号: + + +##### 问题描述: + + +##### 截图&代码: + + + + +友情提示: 未按格式要求发帖,会直接删掉。 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d78ee0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +## ide +**/.idea +*.iml + +## backend +**/target +**/logs + +## front +**/*.lock