From d0815e386e02254456afec2c78bc29d3201c6f3b Mon Sep 17 00:00:00 2001 From: Libin YANG Date: Tue, 15 Apr 2025 08:20:06 +0000 Subject: [PATCH] chore: remove deprecated file --- .gitattributes | 3 -- Main.java | 8 ++++++ index.html | 74 -------------------------------------------------- 3 files changed, 8 insertions(+), 77 deletions(-) delete mode 100644 .gitattributes create mode 100644 Main.java delete mode 100644 index.html diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index e704c5a..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -*.html linguist-language=java -*.css linguist-language=java -*.js linguist-language=java \ No newline at end of file diff --git a/Main.java b/Main.java new file mode 100644 index 0000000..2a610bf --- /dev/null +++ b/Main.java @@ -0,0 +1,8 @@ +/** + * @author yanglbme + */ +public class Main { + public static void main(String[] args) { + System.out.println("互联网 Java 工程师进阶知识完全扫盲"); + } +} \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 955c718..0000000 --- a/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - 互联网 Java 工程师进阶知识完全扫盲 - Doocs 技术社区 - - - - - - - - - - - - - - - -
本系列知识由 Doocs 技术社区总结发布
- - - - - - - - - - - - - - - - \ No newline at end of file