소스 검색

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