iml文件删除

This commit is contained in:
weiye 2020-06-15 13:52:49 +08:00
parent 93b08d848d
commit b5bb0214b2
2 changed files with 2 additions and 12 deletions

2
.gitignore vendored
View File

@ -15,3 +15,5 @@
/logs/
*-dev*
/data/
/build/
/packages/

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>