From b3b7e5d7aa9a7a5c38d7155e326beb595983dcbd Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 21 Aug 2023 08:02:33 +0200 Subject: [PATCH] Ignore more IDE generated files with .gitignore These unwanted files are also often generated when creating projects in Eclipse and IntelliJ IDEA. Signed-off-by: Wouter Born --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d7adef3e..cadfaa76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ .DS_Store -.vscode .idea +.project +.settings +.vscode dist docs node_modules openhab-*.tgz out +*.iml test/coverage types/@globals-webpack.config.* types/@openhab-globals.*