dev
IT-xiaoXiong 2021-12-19 13:44:11 +08:00
parent 1a2d00404f
commit 87e833387a
2 changed files with 8 additions and 6 deletions

13
.gitignore vendored
View File

@ -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.

View File

@ -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" />