소스 검색

Initial commit

AntonKhaustov 4 년 전
커밋
8f5f92d557
3개의 변경된 파일43개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      .gitignore
  2. 23 0
      LICENSE
  3. 2 0
      README.md

+ 18 - 0
.gitignore

@@ -0,0 +1,18 @@
+# ---> GitBook
+# Node rules:
+## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+## Dependency directory
+## Commenting this out is preferred by some people, see
+## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
+node_modules
+
+# Book build output
+_book
+
+# eBook build output
+*.epub
+*.mobi
+*.pdf
+

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 23 - 0
LICENSE


+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# Exam
+

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.