Browse Source

Initial commit

Alexandre Leblanc 3 years ago
commit
dd280fa477
3 changed files with 88 additions and 0 deletions
  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/
+

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 3 - 0
README.md

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