commit ca1b74cac921b09165816e94587ca35dfeff9664 Author: yangkunan Date: Tue Aug 13 11:43:22 2024 +0800 初始化项目 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c5841de --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/langjiu-project.iml b/langjiu-project.iml new file mode 100644 index 0000000..9a5cfce --- /dev/null +++ b/langjiu-project.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file