From 67cb760f5f26b090304b93ff88b66cbe39698463 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Tue, 21 Apr 2026 10:34:51 +0800 Subject: [PATCH] 1 --- .idea/.gitignore | 56 +++++++++++++++++++++++++++++++++++++++ .idea/compiler.xml | 18 +++++++++++++ .idea/encodings.xml | 6 +++++ .idea/jarRepositories.xml | 20 ++++++++++++++ .idea/misc.xml | 12 +++++++++ .idea/vcs.xml | 6 +++++ aida-seller.iml | 8 ++++++ 7 files changed, 126 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 aida-seller.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ee5b881 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,56 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +sql/*.sql + +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/** +!**/src/test/** + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache +.log + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr +.mvn +mvnw* + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ + +### VS Code ### +.vscode/ + +### generated files ### +bin/ +gen/ + +### MAC ### +.DS_Store + +### Other ### +logs/ +log +temp/ + +docker-compose.yml +/src/main/resources/application-local.properties diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..a4d594f --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..63e9001 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..abb532a --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9dc782b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/aida-seller.iml b/aida-seller.iml new file mode 100644 index 0000000..056f882 --- /dev/null +++ b/aida-seller.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file