This commit is contained in:
Dragon
2020-10-19 21:23:23 +08:00
parent a6fff83b0d
commit e7c2f65526
3 changed files with 58 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
* text=auto
*.js linguist-language=java
*.css linguist-language=java
*.html linguist-language=java

34
.gitignore vendored Normal file
View File

@@ -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

View File

@@ -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是我创作的动力。
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/youthlql/lql_img/blog/wx.png" width=80%>
</p>
- [Java](#java)