From 34c8c669a35657e67602a7e1fc3c1966165284d5 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Sun, 7 Apr 2019 13:15:04 -0700 Subject: [PATCH] Ignore vscode files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 04c7fff6f4..69f71847bf 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,5 @@ TAGS # POEdit mo files #################### *.mo + +.vscode