-
-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add git files and vim modeline to demo resources (#272)
* Add .gitignore and .gitattributes * Add vim modeline to demo files Signed-off-by: Thomas Dietrich <[email protected]>
- Loading branch information
1 parent
94d59e5
commit 4581949
Showing
9 changed files
with
41 additions
and
15 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
features/openhab-demo-resources/src/main/resources/.gitattributes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
features/openhab-demo-resources/src/main/resources/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
features/openhab-demo-resources/src/main/resources/scripts/demo.script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
say("Demo script has been called!") | ||
|
||
// vim: syntax=Xtend syntax=openhab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters