diff options
| author | alex <[email protected]> | 2026-07-22 11:43:13 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-22 11:43:13 +0200 |
| commit | add5304ab45bcf52ab63d96d32b511756ef30c80 (patch) | |
| tree | 69dfb29a347c051d6f995484d3f86786cc7e95d4 /.idea | |
| parent | ba2df9450b9409634e3e271a606b39a73392dc54 (diff) | |
| download | spotify-discord-widget-add5304ab45bcf52ab63d96d32b511756ef30c80.tar.xz spotify-discord-widget-add5304ab45bcf52ab63d96d32b511756ef30c80.zip | |
swapped currently listening to for last liked
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/encodings.xml | 4 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 6 | ||||
| -rw-r--r-- | .idea/misc.xml | 7 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/spotify-discord-widget.iml | 10 |
5 files changed, 35 insertions, 0 deletions
diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project>
\ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <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 new file mode 100644 index 0000000..a174615 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Black"> + <option name="sdkName" value="uv (spotify-discord-widget)" /> + </component> + <component name="ProjectRootManager" version="2" project-jdk-name="uv (spotify-discord-widget)" project-jdk-type="Python SDK" /> +</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..489486d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/spotify-discord-widget.iml" filepath="$PROJECT_DIR$/.idea/spotify-discord-widget.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/.idea/spotify-discord-widget.iml b/.idea/spotify-discord-widget.iml new file mode 100644 index 0000000..ee11dbc --- /dev/null +++ b/.idea/spotify-discord-widget.iml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/.venv" /> + </content> + <orderEntry type="jdk" jdkName="uv (spotify-discord-widget)" jdkType="Python SDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |
