diff options
| author | Shy <[email protected]> | 2026-02-08 10:30:41 -0500 |
|---|---|---|
| committer | Shy <[email protected]> | 2026-02-08 10:30:41 -0500 |
| commit | 5f81d506095852c3f0db5322e67c862f904da3f1 (patch) | |
| tree | 1112345c35eb88d80988ddcd6d04768e90f76ea8 /.idea | |
| download | yuri.directory-5f81d506095852c3f0db5322e67c862f904da3f1.tar.xz yuri.directory-5f81d506095852c3f0db5322e67c862f904da3f1.zip | |
Initial commit
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.gitignore | 8 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 6 | ||||
| -rw-r--r-- | .idea/misc.xml | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml 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..0a88d55 --- /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="manga-bake" /> + </component> + <component name="ProjectRootManager" version="2" project-jdk-name="manga-bake" project-jdk-type="Python SDK" /> +</project>
\ No newline at end of file |
