summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore8
-rw-r--r--.idea/board.iml8
-rw-r--r--.idea/deployment.xml43
-rw-r--r--.idea/inspectionProfiles/profiles_settings.xml6
-rw-r--r--.idea/misc.xml10
-rw-r--r--.idea/modules.xml8
-rw-r--r--.idea/vcs.xml6
7 files changed, 89 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/board.iml b/.idea/board.iml
new file mode 100644
index 0000000..d7aac77
--- /dev/null
+++ b/.idea/board.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="Remote Python 3.6.9 (sftp://root@192.168.60.110:22/usr/bin/python3)" jdkType="Python SDK" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
new file mode 100644
index 0000000..a666003
--- /dev/null
+++ b/.idea/deployment.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="PublishConfigData" autoUpload="Always" serverName="root@192.168.60.110:22">
+ <serverData>
+ <paths name="root@192.168.60.101:22">
+ <serverdata>
+ <mappings>
+ <mapping deploy="/root/hwtest-files/board" local="$PROJECT_DIR$" />
+ </mappings>
+ </serverdata>
+ </paths>
+ <paths name="root@192.168.60.102:22">
+ <serverdata>
+ <mappings>
+ <mapping deploy="/root/hwtest-files/board" local="$PROJECT_DIR$" />
+ </mappings>
+ </serverdata>
+ </paths>
+ <paths name="root@192.168.60.103:22">
+ <serverdata>
+ <mappings>
+ <mapping deploy="/root/hwtest-files/board" local="$PROJECT_DIR$" />
+ </mappings>
+ </serverdata>
+ </paths>
+ <paths name="root@192.168.60.104:22">
+ <serverdata>
+ <mappings>
+ <mapping deploy="/root/hwtest-files/board" local="$PROJECT_DIR$" />
+ </mappings>
+ </serverdata>
+ </paths>
+ <paths name="root@192.168.60.110:22">
+ <serverdata>
+ <mappings>
+ <mapping deploy="/root/hwtest-files/board" local="$PROJECT_DIR$" />
+ </mappings>
+ </serverdata>
+ </paths>
+ </serverData>
+ <option name="myAutoUpload" value="ALWAYS" />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+ <settings>
+ <option name="USE_PROJECT_PROFILE" value="false" />
+ <version value="1.0" />
+ </settings>
+</component> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..44f2645
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,10 @@
+<?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="Remote Python 3.6.9 (sftp://root@192.168.60.110:22/usr/bin/python3)" project-jdk-type="Python SDK" />
+ <component name="PyPackaging">
+ <option name="earlyReleasesAsUpgrades" value="true" />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..04147ee
--- /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/board.iml" filepath="$PROJECT_DIR$/.idea/board.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -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> \ No newline at end of file