]> PHS Git Server - phs-home.git/commitdiff
Adjusting gitignore file.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 27 Sep 2025 12:58:15 +0000 (07:58 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 27 Sep 2025 12:58:15 +0000 (07:58 -0500)
.idea/.gitignore
.idea/workspace.xml
.idea/zencoder-chat-index.xml [deleted file]

index 13566b81b018ad684f3a35fee301741b2734c8f4..8e572fdc5f325c33aef018b87e889fbc265c70e7 100755 (executable)
@@ -6,3 +6,7 @@
 # Datasource local storage ignored files
 /dataSources/
 /dataSources.local.xml
+# Zencoder local files
+/zencoder/chats
+/zencoder-chat-index.xml
+/zencoder-chats-dedicated.xml
index 2328dc2b4f1f45197eaa363375379550398bcf20..f2e4138cf89e154468e57ab0e28c0bb1bb9f10d7 100755 (executable)
@@ -4,23 +4,7 @@
     <option name="autoReloadType" value="SELECTIVE" />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="ab92709f-5288-4a55-873b-517f6adb96d1" name="Changes" comment="Rearranging files to their proper directory structure #PHO-1.">
-      <change afterPath="$PROJECT_DIR$/.idea/dictionaries/project.xml" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/.idea/jsLibraryMappings.xml" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/.idea/zencoder-chat-index.xml" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/.idea/zencoder/chats/e8974325-e6b0-49e1-9d8b-2a02349fcf64.json" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/App.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/components/Chat.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/views/Chat/Chat.jsx" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/components/Files.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/views/Files/Files.jsx" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/components/Login.jsx" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/components/Posts.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/views/Posts/Posts.jsx" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/routes.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/routes.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/views/Dashboard/Dashboard.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/views/Dashboard/Dashboard.jsx" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/views/Git.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/views/Git/Git.jsx" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/app/views/Login.jsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/app/views/Login/Login.jsx" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/src/index.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.css" afterDir="false" />
-    </list>
+    <list default="true" id="ab92709f-5288-4a55-873b-517f6adb96d1" name="Changes" comment="Adding proper file upload management to chat #PHO-2." />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
       <workItem from="1758490325490" duration="22687000" />
       <workItem from="1758924501796" duration="1314000" />
       <workItem from="1758938211300" duration="3162000" />
-      <workItem from="1758942723819" duration="7480000" />
+      <workItem from="1758942723819" duration="7654000" />
     </task>
     <task id="LOCAL-00001" summary="Initial commit.">
       <option name="closed" value="true" />
       <option name="project" value="LOCAL" />
       <updated>1758942868798</updated>
     </task>
-    <option name="localTasksCounter" value="7" />
+    <task id="LOCAL-00007" summary="Rearranging files to their proper directory structure #PHO-1.">
+      <option name="closed" value="true" />
+      <created>1758950308555</created>
+      <option name="number" value="00007" />
+      <option name="presentableId" value="LOCAL-00007" />
+      <option name="project" value="LOCAL" />
+      <updated>1758950308555</updated>
+    </task>
+    <task id="LOCAL-00008" summary="Rearranging files to their proper directory structure #PHO-2.">
+      <option name="closed" value="true" />
+      <created>1758950353685</created>
+      <option name="number" value="00008" />
+      <option name="presentableId" value="LOCAL-00008" />
+      <option name="project" value="LOCAL" />
+      <updated>1758950353685</updated>
+    </task>
+    <task id="LOCAL-00009" summary="Adding proper file upload management to chat #PHO-2.">
+      <option name="closed" value="true" />
+      <created>1758950414723</created>
+      <option name="number" value="00009" />
+      <option name="presentableId" value="LOCAL-00009" />
+      <option name="project" value="LOCAL" />
+      <updated>1758950414723</updated>
+    </task>
+    <option name="localTasksCounter" value="10" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     <MESSAGE value="Fixing missing files." />
     <MESSAGE value="Making pwa #PHO-1." />
     <MESSAGE value="Rearranging files to their proper directory structure #PHO-1." />
-    <option name="LAST_COMMIT_MESSAGE" value="Rearranging files to their proper directory structure #PHO-1." />
+    <MESSAGE value="Adding proper file upload management to chat #PHO-1." />
+    <MESSAGE value="Adding proper file upload management to chat #PHO-2." />
+    <option name="LAST_COMMIT_MESSAGE" value="Adding proper file upload management to chat #PHO-2." />
   </component>
   <component name="ai.zencoder.plugin.mcp">
     <option name="internalToolsState" value="{&quot;fetch_webpage&quot;:true,&quot;web_search&quot;:true,&quot;ExecuteShellCommand&quot;:true,&quot;file_search&quot;:true,&quot;str_replace_editor&quot;:true,&quot;list_resources&quot;:true,&quot;FileDiagnosticsTool&quot;:true,&quot;fulltext_search&quot;:true,&quot;read_resource&quot;:true,&quot;RequirementsTool&quot;:true}" />
diff --git a/.idea/zencoder-chat-index.xml b/.idea/zencoder-chat-index.xml
deleted file mode 100755 (executable)
index 48efeb3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ai.zencoder.plugin.chat.index">
-    <option name="activeChatId" value="e8974325-e6b0-49e1-9d8b-2a02349fcf64" />
-    <option name="chatMetadata" value="{&quot;e8974325-e6b0-49e1-9d8b-2a02349fcf64&quot;:{&quot;id&quot;:&quot;e8974325-e6b0-49e1-9d8b-2a02349fcf64&quot;,&quot;title&quot;:&quot;Unit Testing Best Practices&quot;,&quot;createdAt&quot;:1758938321560,&quot;updatedAt&quot;:1758941337569,&quot;isUnitTestsAgent&quot;:true,&quot;isNameGenerated&quot;:true,&quot;messageCount&quot;:9,&quot;lastMessagePreview&quot;:&quot;&quot;}}" />
-  </component>
-</project>
\ No newline at end of file