From 5c45ff0553949ac6b0088bc30de339319851430e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?=
=?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com>
Date: Mon, 20 Jan 2025 14:41:54 +0800
Subject: [PATCH] init
---
.gitignore | 1 +
.idea/.gitignore | 8 ++++++++
.idea/modules.xml | 8 ++++++++
.idea/ruoyi-miniapp.iml | 12 ++++++++++++
.idea/vcs.xml | 6 ++++++
5 files changed, 35 insertions(+)
create mode 100644 .gitignore
create mode 100644 .idea/.gitignore
create mode 100644 .idea/modules.xml
create mode 100644 .idea/ruoyi-miniapp.iml
create mode 100644 .idea/vcs.xml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a503fa2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/unpackage/
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..9c643aa
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/ruoyi-miniapp.iml b/.idea/ruoyi-miniapp.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/ruoyi-miniapp.iml
@@ -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..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file