소스 검색

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

Loading…
취소
저장