From 191bf48ea978d7e3f69f4fb26a6a104101a37797 Mon Sep 17 00:00:00 2001 From: Ere Maijala <ere.maijala@helsinki.fi> Date: Tue, 3 Sep 2019 16:07:34 +0300 Subject: [PATCH] Add Visual Studio Code config directory to .gitignore. (#1420) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 3a1e5cc5259..cdb976e1d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,17 @@ ChangeLog \#* .\#* +*~ + .php_cs_cache +.vagrant +.vscode/* TAGS *~ /data/.languages /downloads /vendor +ChangeLog composer.phar import/solrmarc.log* /node_modules -- GitLab