diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
commit | 9337aae8b1c87fad34884dacd5cd79d9591c60db (patch) | |
tree | 5340f9fa67cd6236e4c879f0057d51d0b1e21361 /.idea | |
parent | 953ddd82e48dd206cef5ac94456549aed13b3ad5 (diff) | |
download | pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.gz pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.bz2 pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.zip |
Updated 39 files, added 86 files, deleted 40 files and renamed 2 files (automated)
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/.name | 1 | ||||
-rw-r--r-- | .idea/deployment.xml | 8 | ||||
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 2 | ||||
-rw-r--r-- | .idea/modules.xml | 2 | ||||
-rw-r--r-- | .idea/ponycule.iml (renamed from .idea/cold-haze.iml) | 1 |
5 files changed, 12 insertions, 2 deletions
diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 348539b..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Cold Haze
\ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml index b63ac80..0a2a236 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -8,6 +8,14 @@ <mappings> <mapping deploy="/opt/peh" local="$PROJECT_DIR$" web="/" /> </mappings> + <excludedPaths> + <excludedPath path="/opt/peh/includes/tokens" /> + <excludedPath path="/opt/peh/includes/lowertokens" /> + <excludedPath path="/opt/peh/includes/sessions" /> + <excludedPath local="true" path="$PROJECT_DIR$/includes/tokens" /> + <excludedPath local="true" path="$PROJECT_DIR$/includes/lowertokens" /> + <excludedPath local="true" path="$PROJECT_DIR$/includes/sessions" /> + </excludedPaths> </serverdata> </paths> </serverData> diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 4558473..487788f 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,8 @@ <component name="InspectionProjectProfileManager"> <profile version="1.0"> <option name="myName" value="Project Default" /> + <inspection_tool class="CssUnresolvedCustomProperty" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> <inspection_tool class="HtmlFormInputWithoutLabel" enabled="false" level="WARNING" enabled_by_default="false" /> <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true"> <option name="myValues"> diff --git a/.idea/modules.xml b/.idea/modules.xml index d1afdb0..f243f25 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ <project version="4"> <component name="ProjectModuleManager"> <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/cold-haze.iml" filepath="$PROJECT_DIR$/.idea/cold-haze.iml" /> + <module fileurl="file://$PROJECT_DIR$/.idea/ponycule.iml" filepath="$PROJECT_DIR$/.idea/ponycule.iml" /> </modules> </component> </project>
\ No newline at end of file diff --git a/.idea/cold-haze.iml b/.idea/ponycule.iml index ad21c3e..77a2019 100644 --- a/.idea/cold-haze.iml +++ b/.idea/ponycule.iml @@ -4,6 +4,7 @@ <content url="file://$MODULE_DIR$"> <excludeFolder url="file://$MODULE_DIR$/vendor/composer" /> <excludeFolder url="file://$MODULE_DIR$/vendor/ksubileau/color-thief-php" /> + <excludeFolder url="file://$MODULE_DIR$/includes/composer" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> |