diff options
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" /> |