From b1b21d188f1d403cac5051d1c16384f08b297563 Mon Sep 17 00:00:00 2001 From: Links Date: Mon, 10 Jun 2019 13:02:25 +0200 Subject: [PATCH] update gitignore to Ignore IDE files from Eclipse and VScode --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 44b2c85..267af0d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,11 @@ *.out *.app /tests/webSocketServer/node_modules + +# IDE +.vscode +.cproject +.project +.settings +*.swp +