From af7154c3dfc84db670c183ec74721e9a626c8ce3 Mon Sep 17 00:00:00 2001 From: likefu <1420337663@qq.com> Date: Sun, 19 Apr 2026 06:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=B3=A8=E8=A7=A3=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=B8=93=E4=B8=9A=E7=AE=A1=E7=90=86=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpingProject0222/.gitignore | 29 +++++++++++++++++++++++++++ SpingProject0222/SpingProject0222.iml | 12 +++++++++++ 2 files changed, 41 insertions(+) create mode 100644 SpingProject0222/.gitignore create mode 100644 SpingProject0222/SpingProject0222.iml diff --git a/SpingProject0222/.gitignore b/SpingProject0222/.gitignore new file mode 100644 index 0000000..f68d109 --- /dev/null +++ b/SpingProject0222/.gitignore @@ -0,0 +1,29 @@ +### IntelliJ IDEA ### +out/ +!**/src/main/**/out/ +!**/src/test/**/out/ + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache +bin/ +!**/src/main/**/bin/ +!**/src/test/**/bin/ + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/SpingProject0222/SpingProject0222.iml b/SpingProject0222/SpingProject0222.iml new file mode 100644 index 0000000..38a4178 --- /dev/null +++ b/SpingProject0222/SpingProject0222.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file