From 85eadd30d1157670b0a26998ed0a6ae47d200e8c Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Sun, 28 Mar 2021 21:48:22 +0200 Subject: [PATCH 1/2] Add Changelog to package again. Remove other meta folders. Signed-off-by: Jerome Luckenbach --- .vscodeignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index f0d67ae..372293c 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -22,8 +22,10 @@ shared.webpack.config.js # openHAB vscode repo meta files AUTHORS .azure-pipelines/* -CHANGELOG.md +.github/* CONTRIBUTING.md NOTICE project-orga/* docs/** +.eslint.js +.markdownlint.json From cbc651b9c91021200c1a51165493a444f7eea358 Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Sun, 28 Mar 2021 21:51:02 +0200 Subject: [PATCH 2/2] Refactor sorting Signed-off-by: Jerome Luckenbach --- .vscodeignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 372293c..b0cd8d1 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,7 +1,10 @@ #General +.azure-pipelines/* +.eslint.js +.github/** +.markdownlint.json .vscode/** .vscode-test/** -.github/** **/*.ts **/*.map .gitignore @@ -21,11 +24,8 @@ shared.webpack.config.js # openHAB vscode repo meta files AUTHORS -.azure-pipelines/* -.github/* CONTRIBUTING.md NOTICE project-orga/* docs/** -.eslint.js -.markdownlint.json +