浏览代码

Initial commit

Michael Mächtel 8 年前
当前提交
10d6cdb1c8
共有 2 个文件被更改,包括 11 次插入0 次删除
  1. 10
    0
      .gitignore
  2. 1
    0
      README.md

+ 10
- 0
.gitignore 查看文件

@@ -0,0 +1,10 @@
1
+# Generated by Cargo
2
+# will have compiled files and executables
3
+/target/
4
+
5
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
+# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
7
+Cargo.lock
8
+
9
+# These are backup files generated by rustfmt
10
+**/*.rs.bk

+ 1
- 0
README.md 查看文件

@@ -0,0 +1 @@
1
+# bsys-ws17-template

正在加载...
取消
保存