refactor(*):删除.idea文件
Showing
5 changed files
with
0 additions
and
68 deletions
1 | <component name="InspectionProjectProfileManager"> | ||
2 | <profile version="1.0"> | ||
3 | <option name="myName" value="Project Default" /> | ||
4 | <inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true"> | ||
5 | <option name="TOP_LEVEL_CLASS_OPTIONS"> | ||
6 | <value> | ||
7 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | ||
8 | <option name="REQUIRED_TAGS" value="" /> | ||
9 | </value> | ||
10 | </option> | ||
11 | <option name="INNER_CLASS_OPTIONS"> | ||
12 | <value> | ||
13 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | ||
14 | <option name="REQUIRED_TAGS" value="" /> | ||
15 | </value> | ||
16 | </option> | ||
17 | <option name="METHOD_OPTIONS"> | ||
18 | <value> | ||
19 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | ||
20 | <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" /> | ||
21 | </value> | ||
22 | </option> | ||
23 | <option name="FIELD_OPTIONS"> | ||
24 | <value> | ||
25 | <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" /> | ||
26 | <option name="REQUIRED_TAGS" value="" /> | ||
27 | </value> | ||
28 | </option> | ||
29 | <option name="IGNORE_DEPRECATED" value="false" /> | ||
30 | <option name="IGNORE_JAVADOC_PERIOD" value="true" /> | ||
31 | <option name="IGNORE_DUPLICATED_THROWS" value="false" /> | ||
32 | <option name="IGNORE_POINT_TO_ITSELF" value="false" /> | ||
33 | <option name="myAdditionalJavadocTags" value="date" /> | ||
34 | </inspection_tool> | ||
35 | </profile> | ||
36 | </component> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/misc.xml
deleted
100644 → 0
.idea/modules.xml
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <project version="4"> | ||
3 | <component name="ProjectModuleManager"> | ||
4 | <modules> | ||
5 | <module fileurl="file://$PROJECT_DIR$/.idea/portalStaticPage.iml" filepath="$PROJECT_DIR$/.idea/portalStaticPage.iml" /> | ||
6 | </modules> | ||
7 | </component> | ||
8 | </project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/portalStaticPage.iml
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <module type="WEB_MODULE" version="4"> | ||
3 | <component name="NewModuleRootManager"> | ||
4 | <content url="file://$MODULE_DIR$"> | ||
5 | <excludeFolder url="file://$MODULE_DIR$/.tmp" /> | ||
6 | <excludeFolder url="file://$MODULE_DIR$/temp" /> | ||
7 | <excludeFolder url="file://$MODULE_DIR$/tmp" /> | ||
8 | </content> | ||
9 | <orderEntry type="inheritedJdk" /> | ||
10 | <orderEntry type="sourceFolder" forTests="false" /> | ||
11 | </component> | ||
12 | </module> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment