Lev
5 years ago
6 changed files with 44 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||||
|
# Default ignored files |
||||||
|
/workspace.xml |
@ -0,0 +1,8 @@ |
|||||||
|
<component name="ProjectDictionaryState"> |
||||||
|
<dictionary name="ennucore"> |
||||||
|
<words> |
||||||
|
<w>ironforce</w> |
||||||
|
<w>ironforest</w> |
||||||
|
</words> |
||||||
|
</dictionary> |
||||||
|
</component> |
@ -0,0 +1,14 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<module type="CPP_MODULE" version="4"> |
||||||
|
<component name="NewModuleRootManager"> |
||||||
|
<content url="file://$MODULE_DIR$"> |
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
||||||
|
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="false" /> |
||||||
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" /> |
||||||
|
<sourceFolder url="file://$MODULE_DIR$/benches" isTestSource="true" /> |
||||||
|
<excludeFolder url="file://$MODULE_DIR$/target" /> |
||||||
|
</content> |
||||||
|
<orderEntry type="inheritedJdk" /> |
||||||
|
<orderEntry type="sourceFolder" forTests="false" /> |
||||||
|
</component> |
||||||
|
</module> |
@ -0,0 +1,6 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="JavaScriptSettings"> |
||||||
|
<option name="languageLevel" value="ES6" /> |
||||||
|
</component> |
||||||
|
</project> |
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<project version="4"> |
||||||
|
<component name="ProjectModuleManager"> |
||||||
|
<modules> |
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/ironforest.iml" filepath="$PROJECT_DIR$/.idea/ironforest.iml" /> |
||||||
|
</modules> |
||||||
|
</component> |
||||||
|
</project> |
Loading…
Reference in new issue