thulasi 7 лет назад
Родитель
Сommit
024b402a84
6 измененных файлов: 33 добавлений и 1 удалений
  1. 9
    0
      .idea/ZCW-Lab-Console.iml
  2. 6
    0
      .idea/misc.xml
  3. 8
    0
      .idea/modules.xml
  4. 7
    0
      .idea/workspace.xml
  5. 1
    1
      Completed
  6. 2
    0
      README.md

+ 9
- 0
.idea/ZCW-Lab-Console.iml Просмотреть файл

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 6
- 0
.idea/misc.xml Просмотреть файл

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+</project>

+ 8
- 0
.idea/modules.xml Просмотреть файл

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/ZCW-Lab-Console.iml" filepath="$PROJECT_DIR$/.idea/ZCW-Lab-Console.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 7
- 0
.idea/workspace.xml Просмотреть файл

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="PropertiesComponent">
4
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
5
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
6
+  </component>
7
+</project>

+ 1
- 1
Completed Просмотреть файл

@@ -1,4 +1,4 @@
1 1
 Completed Console lab
2
-
2
+All done.
3 3
 
4 4
 Practiced all console commands

+ 2
- 0
README.md Просмотреть файл

@@ -193,3 +193,5 @@ The next lab is [here](https://github.com/Zipcoder/ZCW-Microlabs-Git).
193 193
 3. "Command Line Crash Course" http://learnpythonthehardway.org/book/appendixa.html
194 194
 4. "VIM 101" https://www.linux.com/learn/vim-101-beginners-guide-vim
195 195
 
196
+
197
+All done