aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-02-12 10:55:49 +0100
committerGravatar GitHub <[email protected]>2020-02-12 10:55:49 +0100
commit61ff9f0eb13cf93fcdb891f66a56131f30f4961e (patch)
tree9b46f9301b89fae5b2a4de454405bcb7f142b630
parentMerge pull request #317 from python-discord/fix-infraction-validator (diff)
Add vscode project folder to gitignore
I've added the vscode project settings folder, `.vscode`, to our gitignore file because it's a popular editor and we don't want settings folders being committed to the repository.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b47aa2c5..9ce09469 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,6 +101,9 @@ ENV/
# PyCharm
.idea/
+# VSCode
+.vscode/
+
# RethinkDB data
rethinkdb_data/