diff options
Diffstat (limited to '.idea/mist.iml')
-rw-r--r-- | .idea/mist.iml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.idea/mist.iml b/.idea/mist.iml index 7c97d83..76aa6fa 100644 --- a/.idea/mist.iml +++ b/.idea/mist.iml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <module type="WEB_MODULE" version="4"> <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/android" /> + </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="library" name="bootstrap" level="application" /> |