Refine .idea project settings and CSS styles

This commit is contained in:
2026-08-07 15:54:35 +02:00
parent a759f763ed
commit 844b0c35cc
6 changed files with 534 additions and 583 deletions

2
.gitignore vendored
View File

@@ -376,4 +376,6 @@ poetry.toml
# LSP config files
pyrightconfig.json
node_modules/
# End of https://www.toptal.com/developers/gitignore/api/python,pycharm,django%

10
.idea/ClubManager.iml generated
View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<module external.system.id="pyproject.toml" type="PYTHON_MODULE" version="4">
<component name="FacetManager">
<facet type="django" name="Django">
<configuration>
@@ -19,12 +19,4 @@
<orderEntry type="jdk" jdkName="uv (ClubManager) (3)" 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$/templates" />
</list>
</option>
</component>
</module>

2
.idea/modules.xml generated
View File

@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/ClubManager.iml" filepath="$PROJECT_DIR$/.idea/ClubManager.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/clubmanager.iml" filepath="$PROJECT_DIR$/.idea/clubmanager.iml" />
</modules>
</component>
</project>

12
.idea/pyLspTools.xml generated
View File

@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RuffConfiguration">
<component name="PyToolsState">
<option name="tools">
<map>
<entry key="ruff">
<value>
<ToolEntry>
<option name="enabled" value="true" />
</ToolEntry>
</value>
</entry>
</map>
</option>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

File diff suppressed because it is too large Load Diff