Kaynağa Gözat

Initial commit

Michael Mächtel 8 yıl önce
işleme
10d6cdb1c8
2 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 10
    0
      .gitignore
  2. 1
    0
      README.md

+ 10
- 0
.gitignore Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

Loading…
İptal
Kaydet