Add .vscode folder to gitignore (#681)

This commit is contained in:
Mike Scheurwater 2019-10-22 04:32:00 +02:00 committed by Yuri Astrakhan
parent 630d07de49
commit 18455147ba

3
.gitignore vendored
View File

@ -17,5 +17,6 @@ wikidata/*
# generated source files
build/*
# any IntelliJ IDEA files
# any IDE files
.idea/
.vscode/