Commit c42aa8f8 authored by Dimitrios Gogos's avatar Dimitrios Gogos
Browse files

Merge branch 'dev' into 'main'

fix: merge latest dev to main (working sns4sns version)

See merge request !9
parents 7be161cd 93d0d0e1
Loading
Loading
Loading
Loading
Loading

.idea/.gitignore

deleted100644 → 0
+0 −8
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

deleted100644 → 0
+0 −15
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

.idea/edge-implementation.iml

deleted100644 → 0
+0 −8
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
+0 −6
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

deleted100644 → 0
+0 −4
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