aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-16 22:16:13 +0200
committeracdenisSK <[email protected]>2017-08-16 22:18:09 +0200
commitbdb34b5dfe3153b5d9a2216a0af1b0250c878d28 (patch)
tree49e148b9a13ed46b2bb0f858d62a54b9818e7cfa /.gitignore
parentUse `#[serde(default)]` on `nsfw` instead (diff)
downloadserenity-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d84cd72..5f76dbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
target/
Cargo.lock
+
+.vscode/ \ No newline at end of file