初始化项目目录结构
This commit is contained in:
parent
9c776f5213
commit
79a7f7fe14
|
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
</profile>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (monitoring)" project-jdk-type="Python SDK" />
|
||||||
|
</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/monitoring.iml" filepath="$PROJECT_DIR$/.idea/monitoring.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -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="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# _*_ coding: utf-8 _*_
|
||||||
|
# @Time :2022/5/26 09:09
|
||||||
|
# @Email :508737091@qq.com
|
||||||
|
# @Author :qiangyanwen
|
||||||
|
# @File :__init__.py.py
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# _*_ coding: utf-8 _*_
|
||||||
|
# @Time :2022/5/26 09:09
|
||||||
|
# @Email :508737091@qq.com
|
||||||
|
# @Author :qiangyanwen
|
||||||
|
# @File :__init__.py.py
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# _*_ coding: utf-8 _*_
|
||||||
|
# @Time :2022/5/26 09:09
|
||||||
|
# @Email :508737091@qq.com
|
||||||
|
# @Author :qiangyanwen
|
||||||
|
# @File :__init__.py.py
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# _*_ coding: utf-8 _*_
|
||||||
|
# @Time :2022/5/26 09:10
|
||||||
|
# @Email :508737091@qq.com
|
||||||
|
# @Author :qiangyanwen
|
||||||
|
# @File :main.py.py
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# _*_ coding: utf-8 _*_
|
||||||
|
# @Time :2022/5/26 09:10
|
||||||
|
# @Email :508737091@qq.com
|
||||||
|
# @Author :qiangyanwen
|
||||||
|
# @File :__init__.py.py
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# _*_ coding: utf-8 _*_
|
||||||
|
# @Time :2022/5/26 09:10
|
||||||
|
# @Email :508737091@qq.com
|
||||||
|
# @Author :qiangyanwen
|
||||||
|
# @File :__init__.py.py
|
||||||
Loading…
Reference in New Issue