Add Changelog to package again. Remove other meta folders. (#253)
* Add Changelog to package again. Remove other meta folders. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Refactor sorting Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/254/head
parent
09feb11cf1
commit
3670e5b71b
|
@ -1,7 +1,10 @@
|
||||||
#General
|
#General
|
||||||
|
.azure-pipelines/*
|
||||||
|
.eslint.js
|
||||||
|
.github/**
|
||||||
|
.markdownlint.json
|
||||||
.vscode/**
|
.vscode/**
|
||||||
.vscode-test/**
|
.vscode-test/**
|
||||||
.github/**
|
|
||||||
**/*.ts
|
**/*.ts
|
||||||
**/*.map
|
**/*.map
|
||||||
.gitignore
|
.gitignore
|
||||||
|
@ -21,9 +24,8 @@ shared.webpack.config.js
|
||||||
|
|
||||||
# openHAB vscode repo meta files
|
# openHAB vscode repo meta files
|
||||||
AUTHORS
|
AUTHORS
|
||||||
.azure-pipelines/*
|
|
||||||
CHANGELOG.md
|
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
NOTICE
|
NOTICE
|
||||||
project-orga/*
|
project-orga/*
|
||||||
docs/**
|
docs/**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue