diff options
| author | zhang <zch921005@126.com> | 2019-11-16 09:56:55 +0800 |
|---|---|---|
| committer | zhang <zch921005@126.com> | 2019-11-16 09:56:55 +0800 |
| commit | eba7c6428aebe1827d0858577ce2e52f06f7ba7b (patch) | |
| tree | ee2215eb2126178b6ba09aedfc4353a98d6d7614 /.idea | |
| parent | 9aeaa9dc06b5ecd0d3c5f98b0bf80e8af0556e4b (diff) | |
double 11
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/misc.xml | 4 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/vlog.iml | 8 |
3 files changed, 20 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..65531ca --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" /> +</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..96c2fc7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/vlog.iml" filepath="$PROJECT_DIR$/.idea/vlog.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/.idea/vlog.iml b/.idea/vlog.iml new file mode 100644 index 0000000..f8446a8 --- /dev/null +++ b/.idea/vlog.iml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="jdk" jdkName="Python 3.7 (py3) (1)" jdkType="Python SDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |
