diff options
author | Minteck <contact@minteck.org> | 2023-02-23 19:34:56 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-23 19:34:56 +0100 |
commit | 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (patch) | |
tree | 75be5fba4368472fb11c8015aee026b2b9a71888 /.idea | |
parent | 8cc1f13c17fa2fb5a4410542d39e650e02945634 (diff) | |
download | pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.gz pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.bz2 pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.zip |
Updated 40 files, added 37 files, deleted 1103 files and renamed 3905 files (automated)
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/cold-haze.iml (renamed from .idea/ponies-equestria-horse.iml) | 5 | ||||
-rw-r--r-- | .idea/deployment.xml | 6 | ||||
-rw-r--r-- | .idea/modules.xml | 2 | ||||
-rw-r--r-- | .idea/php.xml | 6 | ||||
-rw-r--r-- | .idea/sshConfigs.xml | 8 | ||||
-rw-r--r-- | .idea/webServers.xml | 7 |
6 files changed, 17 insertions, 17 deletions
diff --git a/.idea/ponies-equestria-horse.iml b/.idea/cold-haze.iml index 2671d5c..95e2807 100644 --- a/.idea/ponies-equestria-horse.iml +++ b/.idea/cold-haze.iml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <module type="WEB_MODULE" version="4"> <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/vendor/composer" /> + <excludeFolder url="file://$MODULE_DIR$/vendor/ksubileau/color-thief-php" /> + </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="library" name="peerjs" level="application" /> diff --git a/.idea/deployment.xml b/.idea/deployment.xml index d88f01f..0847456 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -14,6 +14,12 @@ <mappings> <mapping deploy="/opt/peh" local="$PROJECT_DIR$" web="/" /> </mappings> + <excludedPaths> + <excludedPath local="true" path="$PROJECT_DIR$/_archive" /> + <excludedPath path="/opt/peh/includes/tokens" /> + <excludedPath path="/opt/peh/includes/lowertokens" /> + <excludedPath local="true" path="$PROJECT_DIR$/Icon " /> + </excludedPaths> </serverdata> </paths> </serverData> diff --git a/.idea/modules.xml b/.idea/modules.xml index 37dfe82..d1afdb0 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/ponies-equestria-horse.iml" filepath="$PROJECT_DIR$/.idea/ponies-equestria-horse.iml" /> + <module fileurl="file://$PROJECT_DIR$/.idea/cold-haze.iml" filepath="$PROJECT_DIR$/.idea/cold-haze.iml" /> </modules> </component> </project>
\ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 639f74d..f71b1da 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -9,6 +9,12 @@ <component name="PHPCodeSnifferOptionsConfiguration"> <option name="transferred" value="true" /> </component> + <component name="PhpIncludePathManager"> + <include_path> + <path value="$PROJECT_DIR$/vendor/composer" /> + <path value="$PROJECT_DIR$/vendor/ksubileau/color-thief-php" /> + </include_path> + </component> <component name="PhpProjectSharedConfiguration" php_language_level="8.1" /> <component name="PhpStanOptionsConfiguration"> <option name="transferred" value="true" /> diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml deleted file mode 100644 index 885b30b..0000000 --- a/.idea/sshConfigs.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="SshConfigs"> - <configs> - <sshConfig authType="OPEN_SSH" host="bridlewood.equestria.dev" id="7c107e55-7a18-43b2-ad36-8fe44939d496" port="22" nameFormat="DESCRIPTIVE" username="fedora" useOpenSSHConfig="true" /> - </configs> - </component> -</project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index 5455464..e2155f0 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -9,13 +9,6 @@ </advancedOptions>
</fileTransfer>
</webServer>
- <webServer id="87ce5106-f1a2-4a48-8512-b9bdb81982e6" name="bridlewood">
- <fileTransfer accessType="SFTP" host="bridlewood.equestria.dev" port="22" sshConfigId="7c107e55-7a18-43b2-ad36-8fe44939d496" sshConfig="fedora@bridlewood.equestria.dev:22 agent" authAgent="true">
- <advancedOptions>
- <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
- </advancedOptions>
- </fileTransfer>
- </webServer>
</option>
</component>
</project>
\ No newline at end of file |