Browse Source

Updated .idea

main
Jarrod Chesney 5 years ago
parent
commit
bc369d574e
4 changed files with 23 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +7
    -0
      .idea/misc.xml
  3. +8
    -0
      .idea/modules.xml
  4. +7
    -0
      .idea/wstools-py3.iml

+ 1
- 0
.gitignore View File

@@ -9,3 +9,4 @@ build/
.vscode
/.cache
/.eggs
.idea/workspace.xml

+ 7
- 0
.idea/misc.xml View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" />
</project>

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/wstools-py3.iml" filepath="$PROJECT_DIR$/.idea/wstools-py3.iml" />
</modules>
</component>
</project>

+ 7
- 0
.idea/wstools-py3.iml View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Loading…
Cancel
Save