From fff72f5e71f967a23b46e35569d9ff7bd8768084 Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Wed, 14 Jan 2026 18:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 667aaef..b23d635 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,24 @@ build/ ### VS Code ### .vscode/ +/sp4-oauth2-authorization-server/.gitattributes +/sp4-oauth2-client/.gitattributes +/sp4-oauth2-resource-server/.gitattributes +/sp4-oauth2-authorization-server/.gitignore +/sp4-oauth2-client/.gitignore +/sp4-oauth2-resource-server/.gitignore +/sp4-oauth2-authorization-server/src/main/resources/application.yml +/sp4-oauth2-client/src/main/resources/application.yml +/sp4-oauth2-resource-server/src/main/resources/application.yml +/sp4-oauth2-authorization-server/.mvn/wrapper/maven-wrapper.properties +/sp4-oauth2-client/.mvn/wrapper/maven-wrapper.properties +/sp4-oauth2-resource-server/.mvn/wrapper/maven-wrapper.properties +/sp4-oauth2-authorization-server/mvnw +/sp4-oauth2-client/mvnw +/sp4-oauth2-resource-server/mvnw +/sp4-oauth2-authorization-server/mvnw.cmd +/sp4-oauth2-client/mvnw.cmd +/sp4-oauth2-resource-server/mvnw.cmd +/sp4-oauth2-authorization-server/pom.xml +/sp4-oauth2-client/pom.xml +/sp4-oauth2-resource-server/pom.xml