選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Rust.gitignore 249B

1234567
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  5. # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
  6. Cargo.lock