浏览代码

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
+

部分文件因为文件数量过多而无法显示