From c26ea1bdbb0dad8a639f24928513a3f641c04f26 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 3 Jul 2017 13:04:56 +0700 Subject: [PATCH] ignore .vscode folder --- .gitignore | 1 + .vscode/settings.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 86c2a824..6fb0d269 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ coverage/ coverage.json bin .php_cs.cache +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 20af2f68..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ -} \ No newline at end of file