dev
parent
1a2d00404f
commit
87e833387a
|
@ -15,14 +15,15 @@ log
|
||||||
*.air
|
*.air
|
||||||
*.ipa
|
*.ipa
|
||||||
*.apk
|
*.apk
|
||||||
classbeanLib/*
|
/lib
|
||||||
weaverLib/*
|
/lib/classbeanLib
|
||||||
/web/**/*.properties
|
/lib/weaverLib
|
||||||
!/web/**/*.xml
|
/src/main/resources/**/*.properties
|
||||||
|
!/src/main/resources/**/*.xml
|
||||||
/target
|
/target
|
||||||
/classbean
|
/lib/classbean
|
||||||
.idea/
|
.idea/
|
||||||
!/web/WEB-INF/prop/prop2map/*.properties
|
!/src/main/resources/WEB-INF/prop/prop2map/*.properties
|
||||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||||
# should NOT be excluded as they contain compiler settings and other important
|
# should NOT be excluded as they contain compiler settings and other important
|
||||||
# information for Eclipse / Flash Builder.
|
# information for Eclipse / Flash Builder.
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/log" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
Loading…
Reference in New Issue