diff options
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/deployment.xml | 1 | ||||
-rw-r--r-- | .idea/mist.iml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 4500cde..29708db 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -12,6 +12,7 @@ <excludedPath local="true" path="$PROJECT_DIR$/desktop" /> <excludedPath local="true" path="$PROJECT_DIR$/build" /> <excludedPath local="true" path="$PROJECT_DIR$/assets/content" /> + <excludedPath local="true" path="$PROJECT_DIR$/android" /> </excludedPaths> </serverdata> </paths> 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" /> |