diff options
author | Minteck <contact@minteck.org> | 2022-06-04 16:27:52 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-04 16:27:52 +0200 |
commit | 5a5f501cf7162c70fee2961c79b1d28247be8a48 (patch) | |
tree | 2fedb97b4ace00bd10d44498dfd4bfef2351da88 /.idea/workspace.xml | |
parent | a46bff52a39e04f63cd16602e461d791fa48b922 (diff) | |
download | core-5a5f501cf7162c70fee2961c79b1d28247be8a48.tar.gz core-5a5f501cf7162c70fee2961c79b1d28247be8a48.tar.bz2 core-5a5f501cf7162c70fee2961c79b1d28247be8a48.zip |
It's almost there
Diffstat (limited to '.idea/workspace.xml')
-rw-r--r-- | .idea/workspace.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml index baae3dc..d51a2be 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,7 @@ <component name="ChangeListManager">
<list default="true" id="e4941d36-f387-4fd6-8e3d-4cad435f2034" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/app/cdn/statusbar.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/cdn/statusbar.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/genealogy/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/genealogy/.gitlab-ci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/.gitlab-ci.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/genealogy/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/LICENSE" afterDir="false" />
@@ -61,8 +62,8 @@ <change beforePath="$PROJECT_DIR$/app/genealogy/styles/dark.css" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/styles/dark.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/genealogy/tree/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/tree/index.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/genealogy/tree/mktree.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/genealogy/tree/mktree.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/app/session.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/session.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/private/session.php" beforeDir="false" afterPath="$PROJECT_DIR$/private/session.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/version.txt" beforeDir="false" afterPath="$PROJECT_DIR$/version.txt" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -82,7 +83,7 @@ </option>
</component>
<component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/app/cdn" />
</component>
<component name="GitSEFilterConfiguration">
<file-type-list>
@@ -169,7 +170,8 @@ <workItem from="1654000587101" duration="441000" />
<workItem from="1654345612131" duration="4286000" />
<workItem from="1654352190298" duration="166000" />
- <workItem from="1654352378304" duration="38000" />
+ <workItem from="1654352378304" duration="53000" />
+ <workItem from="1654352763363" duration="104000" />
</task>
<servers />
</component>
|