From aeb2a6ff6f12352de0695f54718d1571b8141d3f Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 11 May 2020 13:05:53 +0200 Subject: [PATCH 1/2] add vscode / eclipse files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index bd009fd87..4f59d1718 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,9 @@ gradle-app.setting # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties + +# vscode / eclipse files +*.classpath +*.project +*.settings +**/bin \ No newline at end of file From cbf1163b800eac359fffa5b0666ddaf58a8e4be1 Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 11 May 2020 21:22:36 +0200 Subject: [PATCH 2/2] ignore workspace and folder configs --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f59d1718..db7a554c0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ gradle-app.setting *.classpath *.project *.settings -**/bin \ No newline at end of file +**/bin +**.vscode +*.code-workspace