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