Commit 705d4f08 authored by Laskaratos Dimitris's avatar Laskaratos Dimitris
Browse files

Migrating from previous repo

parent 4b6522a1
Loading
Loading
Loading
Loading

.idea/.gitignore

0 → 100644
+8 −0
Original line number Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

.idea/deployment.xml

0 → 100644
+15 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="PublishConfigData" autoUpload="Always" serverName="root@146.124.106.179:22 password (4)" remoteFilesAllowedToDisappearOnAutoupload="false">
    <serverData>
      <paths name="root@146.124.106.179:22 password (4)">
        <serverdata>
          <mappings>
            <mapping deploy="/root/NIKPSAROM_WORKDIR" local="$PROJECT_DIR$" />
          </mappings>
        </serverdata>
      </paths>
    </serverData>
    <option name="myAutoUpload" value="ALWAYS" />
  </component>
</project>
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
<?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.5.2 (/usr/bin/python3.5) (2)" jdkType="Python SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
<component name="InspectionProjectProfileManager">
  <settings>
    <option name="USE_PROJECT_PROFILE" value="false" />
    <version value="1.0" />
  </settings>
</component>
 No newline at end of file

.idea/misc.xml

0 → 100644
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectRootManager" version="2" project-jdk-name="Remote Python 3.5.2 (/usr/bin/python3.5) (2)" project-jdk-type="Python SDK" />
</project>
 No newline at end of file
Loading