...
Browse files- .idea/workspace.xml +10 -1
- README.md +3 -2
.idea/workspace.xml
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<project version="4">
|
|
|
|
|
|
|
|
|
|
| 3 |
<component name="ChangeListManager">
|
| 4 |
<list default="true" id="5fc36b13-28f2-46dd-bca2-e321b0f67a8e" name="Changes" comment="" />
|
| 5 |
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -22,9 +25,15 @@
|
|
| 22 |
<component name="PropertiesComponent"><![CDATA[{
|
| 23 |
"keyToString": {
|
| 24 |
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 25 |
-
"git-widget-placeholder": "master"
|
|
|
|
| 26 |
}
|
| 27 |
}]]></component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
<component name="SharedIndexes">
|
| 29 |
<attachedChunks>
|
| 30 |
<set>
|
|
|
|
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<project version="4">
|
| 3 |
+
<component name="AutoImportSettings">
|
| 4 |
+
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
+
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="5fc36b13-28f2-46dd-bca2-e321b0f67a8e" name="Changes" comment="" />
|
| 8 |
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
| 25 |
<component name="PropertiesComponent"><![CDATA[{
|
| 26 |
"keyToString": {
|
| 27 |
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 28 |
+
"git-widget-placeholder": "master",
|
| 29 |
+
"last_opened_file_path": "F:/PythonProject/LogoKonspekt_cover"
|
| 30 |
}
|
| 31 |
}]]></component>
|
| 32 |
+
<component name="RecentsManager">
|
| 33 |
+
<key name="CopyFile.RECENT_KEYS">
|
| 34 |
+
<recent name="F:\PythonProject\TeacherAss_public" />
|
| 35 |
+
</key>
|
| 36 |
+
</component>
|
| 37 |
<component name="SharedIndexes">
|
| 38 |
<attachedChunks>
|
| 39 |
<set>
|
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: indigo
|
|
@@ -12,4 +12,5 @@ short_description: Помощник в разработке планов уро
|
|
| 12 |
|
| 13 |
git add .
|
| 14 |
git commit -m "..."
|
| 15 |
-
git push space master:main
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Metodica
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: indigo
|
|
|
|
| 12 |
|
| 13 |
git add .
|
| 14 |
git commit -m "..."
|
| 15 |
+
git push space master:main
|
| 16 |
+
|