diff --git a/.gitignore b/.gitignore index d4cc468334885732c4888c00843d1d1991535c0b..55a548d811d4164978efca4fad72a4fbc51e972b 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 6cb8985e87e9b575692125e4e544eaa6e0058ce0..0000000000000000000000000000000000000000 --- 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 5c98b428844d9f7d529e2b6fb918d15bf072f3df..0000000000000000000000000000000000000000 --- 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 fb9fd7cf8cbe911c0924f9e243080908dafb1402..0000000000000000000000000000000000000000 --- 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 dd4c951ef44ebdc37bbe4a453aab974c815ca6f6..0000000000000000000000000000000000000000 --- 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 acb62c55f9bdd397a54a058c3513942e432a2463..0000000000000000000000000000000000000000 --- 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 2d8e3f1e777f49cd35df072b048bead359768f65..0000000000000000000000000000000000000000 --- 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 54bf46172cea2ee2b4189c08f704cf42dbab5c21..0000000000000000000000000000000000000000 --- 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 e116631e39d76e660a48a4bc8933bce0b2c2a473..0000000000000000000000000000000000000000 --- 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 94a25f7f4cb416c083d265558da75d457237d671..0000000000000000000000000000000000000000 --- 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