From 8bb310bbb20cd36bbb25d7b3ccf7c4060f4c5fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Ormisson?= Date: Wed, 12 Jul 2017 14:42:13 +0300 Subject: [PATCH] DEV: update gitignore to ignore IDE & dev folders (#770) DEV: remove .vscode DEV: update gitignore ro ignore IDE & dev folders --- .gitignore | 15 +++++++++++++++ .vscode/settings.json | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 77300a6eb1b..bde5150adf4 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,18 @@ launch.json !/plugins/Demo/ !/plugins/AuditLog/ enabletests + +## Ignore any hidden folder/files (except explicitly defined) +## such as various IDE folders .idea .netbeans .vscode +## or development environment things like .vagrant etc +.* +!.htaccess +!.scrutinizer.yml +!.bowerrc +!.gitignore +!.gitattributes + +## ignore Vagrantfile +Vagrantfile + + diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 20af2f68a65..00000000000 --- 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