You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/08/10 11:03:25 UTC

[plc4x] branch develop updated: Removed settings file from .vscode (should not be in the repo)

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d647679  Removed settings file from .vscode (should not be in the repo)
d647679 is described below

commit d647679be051315c090447153d2439d7b4cb4872
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Sat Aug 10 13:03:19 2019 +0200

    Removed settings file from .vscode (should not be in the repo)
---
 .vscode/settings.json | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 2421e38..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "files.exclude": {
-        "**/.classpath": true,
-        "**/.project": true,
-        "**/.settings": true,
-        "**/.factorypath": true
-    }
-}
\ No newline at end of file