Commit 745a4a80 by 程裕兵

Initial commit

parent 0cf91193
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out
**/out
build
**/build
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
gradle
logs
*.log
*/target
\ No newline at end of file
......@@ -4,7 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="7d3b4d64-700b-4cb0-bb38-8cff3a1ee4a4" name="Changes" comment="" />
<list default="true" id="7d3b4d64-700b-4cb0-bb38-8cff3a1ee4a4" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -17,6 +19,9 @@
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
......@@ -46,7 +51,7 @@
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"jdk.selected.JAVA_MODULE": "1.8",
"last_opened_file_path": "/Users/chengyubing/Documents/work/workspace/fitness/crontab-bff/server/src/main/resources",
"last_opened_file_path": "/Users/chengyubing/Documents/work/workspace/fitness/crontab-bff",
"project.structure.last.edited": "Modules",
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.2",
......@@ -55,6 +60,7 @@
}]]></component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$" />
<recent name="$PROJECT_DIR$/server/src/main/resources" />
</key>
</component>
......@@ -87,7 +93,7 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1709780081519</updated>
<workItem from="1709780083054" duration="2185000" />
<workItem from="1709780083054" duration="2336000" />
</task>
<servers />
</component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment