diff options
| author | acdenisSK <[email protected]> | 2017-08-16 22:16:13 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-16 22:18:09 +0200 |
| commit | bdb34b5dfe3153b5d9a2216a0af1b0250c878d28 (patch) | |
| tree | 49e148b9a13ed46b2bb0f858d62a54b9818e7cfa /.gitignore | |
| parent | Use `#[serde(default)]` on `nsfw` instead (diff) | |
| download | serenity-bdb34b5dfe3153b5d9a2216a0af1b0250c878d28.tar.xz serenity-bdb34b5dfe3153b5d9a2216a0af1b0250c878d28.zip | |
a little for-loop to iterator change
Also added .vscode to .gitignore, because it may or may not contain some stuff others wouldn't want when they're coding in it.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ target/ Cargo.lock + +.vscode/
\ No newline at end of file |