Commit bc177362 authored by George Papathanail's avatar George Papathanail
Browse files

Remove IDE files (.idea) from repository and ignore them

parent 9e820cae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ wheels/
htmlcov/
.mypy_cache/
.pytest_cache/
.ruff_cache/
 No newline at end of file
.ruff_cache/.idea/

.idea/.gitignore

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml
# Ignored default folder with query files
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
+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 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Black">
    <option name="sdkName" value="Python 3.9 (open-exposure-gateway)" />
  </component>
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (open-exposure-gateway)" project-jdk-type="Python SDK" />
</project>
 No newline at end of file

.idea/modules.xml

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/open-exposure-gateway.iml" filepath="$PROJECT_DIR$/.idea/open-exposure-gateway.iml" />
    </modules>
  </component>
</project>
 No newline at end of file
Loading