This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated .idea
main
Jarrod Chesney
5 years ago
parent
a3dcf3987d
commit
bc369d574e
4 changed files
with
23 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+7
-0
.idea/misc.xml
+8
-0
.idea/modules.xml
+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>
Write
Preview
Loading…
Cancel
Save