浏览代码

Initial commit

Alexandre Leblanc 3 年之前
当前提交
dd280fa477
共有 3 个文件被更改,包括 88 次插入0 次删除
  1. 13 0
      .gitignore
  2. 72 0
      LICENSE
  3. 3 0
      README.md

+ 13 - 0
.gitignore

@@ -0,0 +1,13 @@
+# ---> Rust
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/
+

文件差异内容过多而无法显示
+ 72 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# vcs-blog
+
+Blog engine running on version control system to store articles