From ef5d320e06f463360bb46f0230ae1fabafb945f9 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 9 Oct 2017 16:19:41 -0700 Subject: [PATCH] Ignore .vscode too --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5dfd745..2406a7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ tests/cache/ tests/output/ tests/resources/private/ tmp/ -pdfbox-app*.jar \ No newline at end of file +pdfbox-app*.jar +.vscode/ \ No newline at end of file