2018-04-12 17:07:42 -07:00
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
2018-04-13 09:18:42 +08:00
|
|
|
/*/target/
|
2018-04-13 12:32:15 -07:00
|
|
|
target/
|
2018-04-12 17:07:42 -07:00
|
|
|
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
|
|
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
2018-04-13 09:18:42 +08:00
|
|
|
/*/Cargo.lock
|
2018-09-28 18:20:09 +03:00
|
|
|
Cargo.lock
|
2018-04-12 17:07:42 -07:00
|
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2018-12-09 15:55:36 +00:00
|
|
|
|
|
|
|
# intellij files
|
|
|
|
.idea/**
|
2019-04-09 14:12:07 -04:00
|
|
|
|
|
|
|
.history/
|
2019-08-11 01:13:02 +09:00
|
|
|
|
2020-04-09 01:54:28 +01:00
|
|
|
# VS Code workspace config
|
|
|
|
.vscode
|
|
|
|
|
2019-08-11 01:13:02 +09:00
|
|
|
# For multipart example
|
|
|
|
upload.png
|