diff --git a/features/openhab-demo-resources/src/main/resources/.gitattributes b/features/openhab-demo-resources/src/main/resources/.gitattributes new file mode 100644 index 0000000000..755cda4e3c --- /dev/null +++ b/features/openhab-demo-resources/src/main/resources/.gitattributes @@ -0,0 +1,6 @@ +*.items linguist-language=Xtend +*.persist linguist-language=Xtend +*.sitemap linguist-language=Xtend +*.things linguist-language=Xtend +*.map linguist-language=Xtend +*.cfg linguist-language=INI diff --git a/features/openhab-demo-resources/src/main/resources/.gitignore b/features/openhab-demo-resources/src/main/resources/.gitignore new file mode 100644 index 0000000000..2e146a8d15 --- /dev/null +++ b/features/openhab-demo-resources/src/main/resources/.gitignore @@ -0,0 +1,6 @@ +# This file is only relevant, if you decide to track your configuration in a git repository. +# If you are going to upload your configuration to GitHub or another public place, be sure to +# hide your sensitive data, examples may be: + +#services/pushover.cfg # may contain your login credentials +#things/astro.things # may contain your physical location diff --git a/features/openhab-demo-resources/src/main/resources/items/demo.items b/features/openhab-demo-resources/src/main/resources/items/demo.items index 2fa22280c8..afb064d113 100644 --- a/features/openhab-demo-resources/src/main/resources/items/demo.items +++ b/features/openhab-demo-resources/src/main/resources/items/demo.items @@ -4,7 +4,7 @@ Group gC "Cellar" Group Garden "Garden" Group Weather "Weather" -Group Status +Group Status Group Shutters Group GF_Living "Living Room"