From e7c2f655266f020cbd022ef539232518955a2e40 Mon Sep 17 00:00:00 2001 From: Dragon <1826692270@qq.com> Date: Mon, 19 Oct 2020 21:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 4 ++++ .gitignore | 34 ++++++++++++++++++++++++++++++++++ README.md | 20 ++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2ab2d3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..853f53d --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +.gradle +/build/ +/**/build/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr +/out/ +/**/out/ +.shelf/ +.ideaDataSources/ +dataSources/ + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +/node_modules/ + +### OS ### +.DS_Store diff --git a/README.md b/README.md index 1abc839..2553246 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ +> 1、文章会优先更新在Github和公总号里,个人博客可能会有延迟。 +> +> 2、[个人博客](https://youthlql.gitee.io/)。如果想要良好的阅读体验,可以[Github在线阅读](https://blog.youthlql.vip/JavaYouth/),或者[Gitee在线阅读](https://youthlql.gitee.io/JavaYouth)。 +> +> 3、转载须知:转载请注明GitHub出处,让我们一起维护一个良好的技术创作环境! +> +> 4、笔者会陆续更新,如果对你有所帮助,不妨点个star~。你的star是我创作的动力。 + + + + + +
+
+