From bfafa46f92fa5c93de454095a0db026deffe0cd4 Mon Sep 17 00:00:00 2001 From: dnns01 <git@dnns01.de> Date: Tue, 4 Oct 2022 11:27:36 +0200 Subject: [PATCH] Remove .idea directory from repo --- .gitignore | 1 + .idea/$CACHE_FILE$ | 6 ---- .idea/.gitignore | 2 -- .idea/.name | 1 - .../inspectionProfiles/profiles_settings.xml | 7 ---- .idea/misc.xml | 7 ---- .idea/modules.xml | 8 ----- .idea/sqldialects.xml | 7 ---- .idea/strolchibot.iml | 33 ------------------- .idea/vcs.xml | 6 ---- 10 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 .idea/$CACHE_FILE$ delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sqldialects.xml delete mode 100644 .idea/strolchibot.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index d4cc468..55a548d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ media *.bak # If you are using PyCharm # +.idea .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ deleted file mode 100644 index 6cb8985..0000000 --- a/.idea/$CACHE_FILE$ +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="NodePackageJsonFileManager"> - <packageJsonPaths /> - </component> -</project> \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 5c98b42..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml \ No newline at end of file diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index fb9fd7c..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -strolchibot \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index dd4c951..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <settings> - <option name="PROJECT_PROFILE" value="Default" /> - <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 deleted file mode 100644 index acb62c5..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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="Python 3.10 (strolchibot)" project-jdk-type="Python SDK" /> -</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2d8e3f1..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/strolchibot.iml" filepath="$PROJECT_DIR$/.idea/strolchibot.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index 54bf461..0000000 --- a/.idea/sqldialects.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="SqlDialectMappings"> - <file url="file://$PROJECT_DIR$/strolchibot/migrations/0004_linkpermit.py" dialect="GenericSQL" /> - <file url="PROJECT" dialect="SQLite" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/strolchibot.iml b/.idea/strolchibot.iml deleted file mode 100644 index e116631..0000000 --- a/.idea/strolchibot.iml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="FacetManager"> - <facet type="django" name="Django"> - <configuration> - <option name="rootFolder" value="$MODULE_DIR$" /> - <option name="settingsModule" value="Strolch_Guru/settings.py" /> - <option name="manageScript" value="$MODULE_DIR$/manage.py" /> - <option name="environment" value="<map/>" /> - <option name="doNotUseTestRunner" value="false" /> - <option name="trackFilePattern" value="migrations" /> - </configuration> - </facet> - </component> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/strolchibot" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/strolchguru" isTestSource="false" /> - <excludeFolder url="file://$MODULE_DIR$/venv" /> - </content> - <orderEntry type="jdk" jdkName="Python 3.10 (strolchibot)" jdkType="Python SDK" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="TemplatesService"> - <option name="TEMPLATE_CONFIGURATION" value="Django" /> - <option name="TEMPLATE_FOLDERS"> - <list> - <option value="$MODULE_DIR$/strolchibot/templates" /> - <option value="$MODULE_DIR$/strolchguru/templates" /> - </list> - </option> - </component> -</module> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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 -- GitLab